summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent37c5d264fedc5c81f10486a90c1116a5d7d00265 (diff)
downloadaur-2863aed614238cb807862adccd489d7c7cf73f12.tar.gz
chore: add aarch64 architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')