Date: Monday, June 22, 2020 @ 19:41:37 Author: ffy00 Revision: 650862
upgpkg: piper 0.5.1-1 Modified: piper/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-22 19:34:05 UTC (rev 650861) +++ PKGBUILD 2020-06-22 19:41:37 UTC (rev 650862) @@ -1,7 +1,7 @@ # Maintainer: Filipe Laíns (FFY00) <[email protected]> pkgname=piper -pkgver=0.4 +pkgver=0.5.1 pkgrel=1 pkgdesc='GTK application to configure gaming mice' arch=('any') @@ -8,12 +8,16 @@ url='https://github.com/libratbag/piper' license=('GPL') depends=('python' 'python-gobject' 'libratbag' 'python-evdev' 'python-lxml' 'python-cairo') -makedepends=('meson') -source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha512sums=('7d283d217d114d8acbafcfb358e823a307e694c7d7f5d18ac76b2d52db0704ef9873b63f31273b203f6fdf0e5ec8578adf4bd95c2881fcd01f1c5e59e6c929a6') +makedepends=('git' 'meson') +validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2' # Filipe Laíns (FFY00) <[email protected]> + '3C2C43D9447D5938EF4551EBE23B7E70B467F0BF' # Peter Hutterer (Who-T) <[email protected]> + '2F2670AC164DB36F' # Benjamin Tissoires <[email protected]> + 'BB45B0B3FF561BDBD45EE8A9B35B49EA5D563EFE') # [email protected] <[email protected]> +source=("git+$url#tag=$pkgver?signed") +sha512sums=('SKIP') prepare() { - cd $pkgname-$pkgver + cd $pkgname # Remove install script # This is handled by pacman hooks @@ -21,8 +25,8 @@ } build() { - mkdir $pkgname-$pkgver/build - cd $pkgname-$pkgver/build + mkdir $pkgname/build + cd $pkgname/build arch-meson .. @@ -30,7 +34,7 @@ } package() { - cd $pkgname-$pkgver/build + cd $pkgname/build DESTDIR="$pkgdir" ninja install }
