aboutsummaryrefslogtreecommitdiffstats
path: root/community/nwg-launchers/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nwg-launchers/APKBUILD')
-rw-r--r--community/nwg-launchers/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/nwg-launchers/APKBUILD b/community/nwg-launchers/APKBUILD
index 91a31244680..faa0aa3e062 100644
--- a/community/nwg-launchers/APKBUILD
+++ b/community/nwg-launchers/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Matthew T Hoare <matthew.t.hoare@gmail.com>
pkgname=nwg-launchers
-pkgver=0.5.0
+pkgver=0.6.3
pkgrel=1
pkgdesc="GTK+ launchers for sway, i3 and some other window managers"
url="https://github.com/nwg-piotr/nwg-launchers"
@@ -15,7 +15,7 @@ makedepends="
meson
nlohmann-json
"
-source="https://github.com/nwg-piotr/nwg-launchers/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
+source="https://github.com/nwg-piotr/nwg-launchers/archive/v$pkgver/nwg-launchers-$pkgver.tar.gz"
options="!check" # no tests provided
for _i in bar dmenu grid; do
@@ -27,7 +27,7 @@ build() {
abuild-meson \
-Dlayer-shell=enabled \
. output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
package() {
@@ -48,5 +48,5 @@ _subpackage() {
}
sha512sums="
-c2c343cd99071332664565d1c2244d97a4fc19e710c84c78ac7dca100c49dfbf5b12d56029cc47f45af29720be358ee69e24bdcfad6d0a383a0520f9215bc817 nwg-launchers-0.5.0.tar.gz
+36bb9179a8231d8200dddffd18b3e38a047a87828c95fd2dd0fe2a525856ea17bbd9fe51f4549ca4d3a6db555b94d30a606c0a874021b69f1af34f57a9f6ac28 nwg-launchers-0.6.3.tar.gz
"