summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2023-06-11 22:15:59 -0400
committerKevin MacMartin2023-06-11 22:15:59 -0400
commit8409deb7cc036d6fb6490c0be4ca375adcaa5fa8 (patch)
tree656fac4ab60aa9849784f43dba2645a072a749c1 /PKGBUILD
parentab1ce6d9917fc73ec6569068a8ff4fd51ff8675e (diff)
downloadaur-8409deb7cc036d6fb6490c0be4ca375adcaa5fa8.tar.gz
Change the (incorrect) "arm" architecture to aarch64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 567adf1ee32f..60e781640dc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_pkgname=conky-colors
pkgname=$_pkgname-git
pkgver=20230521.r173.5a0c738
-pkgrel=1
+pkgrel=2
pkgdesc='An easier way to configure Conky'
url='https://github.com/helmuthdu/conky_colors'
license=('GPL3')
-arch=('armv6h' 'armv7h' 'arm' 'i686' 'x86_64')
+arch=('armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
depends=('python' 'conky' 'pystatgrab' 'python-keyring' 'ttf-liberation' 'ttf-ubuntu-font-family' 'hddtemp' 'curl' 'lm_sensors')
provides=("$_pkgname")
conflicts=("$_pkgname")