summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 804876d11597..db8985c44e01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = wlr-randr
pkgdesc = Utility to manage outputs of a Wayland compositor
pkgver = 0.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://sr.ht/~emersion/wlr-randr
arch = x86_64
+ arch = aarch64
license = MIT
makedepends = meson
depends = wayland
diff --git a/PKGBUILD b/PKGBUILD
index 3e8ce94beeaf..ebdcb7e388a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=wlr-randr
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Utility to manage outputs of a Wayland compositor'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url='https://sr.ht/~emersion/wlr-randr'
_url='https://git.sr.ht/~emersion/wlr-randr'
license=('MIT')