aboutsummaryrefslogtreecommitdiffstats
path: root/community/caerbannog/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/caerbannog/APKBUILD')
-rw-r--r--community/caerbannog/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/caerbannog/APKBUILD b/community/caerbannog/APKBUILD
index 4d823b57c6d..8da8f5264d8 100644
--- a/community/caerbannog/APKBUILD
+++ b/community/caerbannog/APKBUILD
@@ -2,11 +2,10 @@
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=caerbannog
pkgver=0.3
-pkgrel=1
-pkgdesc="mobile-friendly Gtk frontend for password-store"
+pkgrel=2
+pkgdesc="Mobile-friendly Gtk frontend for password-store"
url="https://git.sr.ht/~craftyguy/caerbannog"
-# s390x, mips64 and riscv64 blocked by rust -> libhandy1
-arch="all !s390x !mips64 !riscv64"
+arch="all"
license="GPL-3.0-or-later"
depends="
libhandy1
@@ -25,7 +24,7 @@ options="!check" # no tests
build() {
abuild-meson . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
package() {