aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-04 17:50:25 +0200
committerMattias Andrée <m@maandree.se>2026-05-04 17:50:25 +0200
commit12253d280b6fccc4c8107324da79f714cd513eaa (patch)
tree2251dbfc1029371f762683c2b147545ce552ecc3
parentMark pylibcoopgamma as running on aarch64 (diff)
downloadaur-packages-12253d280b6fccc4c8107324da79f714cd513eaa.tar.gz
aur-packages-12253d280b6fccc4c8107324da79f714cd513eaa.tar.bz2
aur-packages-12253d280b6fccc4c8107324da79f714cd513eaa.tar.xz
Mark cg-tools and radharc as running on aarch64
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--cg-tools/PKGBUILD2
-rw-r--r--radharc/PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/cg-tools/PKGBUILD b/cg-tools/PKGBUILD
index b5f7d17..6c1f7b1 100644
--- a/cg-tools/PKGBUILD
+++ b/cg-tools/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=cg-tools
pkgver=1.4.3
pkgrel=1
pkgdesc="Cooperative gamma tools"
-arch=(any)
+arch=(i686 x86_64 aarch64)
url="https://codeberg.org/maandree/cg-tools"
license=('custom:ISC')
depends=(libcoopgamma)
diff --git a/radharc/PKGBUILD b/radharc/PKGBUILD
index 1169c4d..981975b 100644
--- a/radharc/PKGBUILD
+++ b/radharc/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=radharc
pkgver=1.2
pkgrel=1
pkgdesc="Adjusts the colour temperature of according to the Sun's position"
-arch=(i686 x86_64)
+arch=(i686 x86_64 aarch64)
url="https://codeberg.org/maandree/radharc"
license=('ISC')
depends=(libcoopgamma 'libred>=1.1')