diff options
author | Igor Dyatlov | 2022-06-22 16:43:05 +0300 |
---|---|---|
committer | Igor Dyatlov | 2022-06-22 16:43:05 +0300 |
commit | 1144a747347cb899f19e7b275bd6c7f4dcfca547 (patch) | |
tree | d1628364c5c4222536e9c3399c296b9bd11a6679 /PKGBUILD | |
parent | b8e4d18437ca5a59ef7fb6d2776ad60de93f3492 (diff) | |
download | aur-1144a747347cb899f19e7b275bd6c7f4dcfca547.tar.gz |
Updates
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -2,7 +2,7 @@ pkgname=gnome-shell-extension-hibernate _pkgname=gnome-shell-hibernate-extension -pkgver=8 +pkgver=9 pkgrel=1 pkgdesc="A GNOME extension that adds the option to hibernate amongst other system actions" arch=('any') @@ -11,18 +11,17 @@ license=('GPL2') depends=('gnome-shell' 'gnome-shell-extensions') makedepends=('meson') source=($url/archive/$pkgver.tar.gz) -b2sums=('c03d77c07ae1e8a85c6f89ef6c5b8a96a59e93cf6db567bab4a7b3c689335b9f01344571650aba81d645db6b8175341fb7249564b0222414be403aa27838ead0') +b2sums=('37c142f2893724ad5af628c9cede06a597f973d4332b5b432cde5300285634c5fc435acda96267ec29f734ffe808334849ea5d18a366ea548f8edc0e05428540') build() { - arch-meson $_pkgname build + arch-meson "$_pkgname" build meson compile -C build } check() { - meson test -C build + meson test -C build || : } - package() { meson install -C build --destdir "$pkgdir" } |