aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wlrobs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/wlrobs/APKBUILD')
-rw-r--r--testing/wlrobs/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/wlrobs/APKBUILD b/testing/wlrobs/APKBUILD
index 00947f859a6..fa346994603 100644
--- a/testing/wlrobs/APKBUILD
+++ b/testing/wlrobs/APKBUILD
@@ -1,10 +1,10 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=wlrobs
pkgver=1.0
-pkgrel=2
+pkgrel=4
pkgdesc="obs-studio plugin that allows you to screen capture on wlroots"
url="https://hg.sr.ht/~scoopta/wlrobs"
-arch="all"
+arch="all !riscv64 !ppc64le" # obs -> luajit
license="GPL-3.0-only"
makedepends="
libdrm-dev
@@ -31,11 +31,13 @@ build() {
abuild-meson \
-Duse_dmabuf=true \
build
- meson compile ${JOBS:+-j ${JOBS}} -C build
+ meson compile -C build
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C build
}
-sha512sums="801b95edc426d1c85567ff3dff5ae483090ba9e38e11564b60305a41096e496db2da27c472df92b22c2bd44be717432a9a62e051125eba77b30d2b57326f8683 wlrobs-1.0.tar.gz"
+sha512sums="
+801b95edc426d1c85567ff3dff5ae483090ba9e38e11564b60305a41096e496db2da27c472df92b22c2bd44be717432a9a62e051125eba77b30d2b57326f8683 wlrobs-1.0.tar.gz
+"