diff options
Diffstat (limited to '')
| -rw-r--r-- | cg-tools/PKGBUILD | 2 | ||||
| -rw-r--r-- | radharc/PKGBUILD | 2 |
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') |
