Date: Wednesday, February 13, 2019 @ 00:55:29 Author: ainola Revision: 432012
upgpkg: slurp 1.0.1-1 Modified: slurp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-13 00:36:16 UTC (rev 432011) +++ PKGBUILD 2019-02-13 00:55:29 UTC (rev 432012) @@ -1,7 +1,7 @@ # Maintainer: Ainola <[email protected]> pkgname=slurp -pkgver=1.0 +pkgver=1.0.1 pkgrel=1 pkgdesc='Select a region in a Wayland compositor' arch=('x86_64') @@ -10,7 +10,7 @@ depends=('cairo' 'wayland') makedepends=('meson' 'scdoc' 'wayland-protocols') source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/slurp/archive/v$pkgver.tar.gz") -sha256sums=('41f3e98fa2729ae91d9f45e4d5e08023777b2cf3839e0cc0a7b2a5c53ebc4fd4') +sha256sums=('3e44401ff3ecf78bd147e1e3d40cc571973da7f4e0f26ce3cd70b60e2c270b67') build() { meson --prefix=/usr --buildtype=plain "$pkgname-$pkgver" build
