fix: new package location

This commit is contained in:
Tobias Reisinger 2020-07-01 00:00:33 +02:00
parent 1cbdd8d9f2
commit 677bfedfde

View file

@ -1,7 +1,7 @@
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
pkgname=emgauwa-controller-testing
pkgver=0.2.1
pkgrel=2
pkgver=0.2.2
pkgrel=1
epoch=
pkgdesc=""
arch=('any')
@ -12,20 +12,16 @@ depends=('glibc' 'lmdb')
makedepends=('make' 'cmake' 'gcc')
conflicts=('emgauwa-controller')
backup=('etc/emgauwa/controller.ini')
source=("$pkgname-$pkgver.tar.gz::https://ci.serguzim.me/archive/emgauwa-controller-testing/working/$pkgname.tar.gz"
source=("https://git.serguzim.me/emgauwa/controller/archive/v$pkgver-testing.tar.gz"
"controller.ini"
"emgauwa-controller-testing.service"
"emgauwa-controller-testing.sysusers"
"emgauwa-controller-testing.tmpfiles")
sha256sums=("SKIP"
"e467db2a2b382f34c125d01c735eb4ea83b971eb0928ac2863d19b7c151301c0"
"0bbc44d680be2011800c553ae863663148be0820f08349993578c88e9a23b143"
"b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798"
"5a4ce46c1302546509c0024d4614b5b0d47dde02467b7bf52b28ef6c4ead91e7")
pkgver() {
grep -Po "^ *VERSION \K[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+$" "${pkgname}/CMakeLists.txt"
}
sha256sums=('8c1195f9d23edb195bf88363e066bf25dfa8b31c1f05f9be51e800ccf763ea4e'
'e467db2a2b382f34c125d01c735eb4ea83b971eb0928ac2863d19b7c151301c0'
'0bbc44d680be2011800c553ae863663148be0820f08349993578c88e9a23b143'
'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798'
'5a4ce46c1302546509c0024d4614b5b0d47dde02467b7bf52b28ef6c4ead91e7')
prepare() {
cd "$pkgname"