summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey A.2024-04-09 20:54:47 +0300
committerSergey A.2024-04-09 20:54:47 +0300
commit2863aed614238cb807862adccd489d7c7cf73f12 (patch)
treec0b48e480f020bd174026ce0f0b1147879db1872
parent37c5d264fedc5c81f10486a90c1116a5d7d00265 (diff)
downloadaur-2863aed614238cb807862adccd489d7c7cf73f12.tar.gz
chore: add aarch64 architecture
-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')