summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2023-06-11 22:15:59 -0400
committerKevin MacMartin2023-06-11 22:15:59 -0400
commit8409deb7cc036d6fb6490c0be4ca375adcaa5fa8 (patch)
tree656fac4ab60aa9849784f43dba2645a072a749c1
parentab1ce6d9917fc73ec6569068a8ff4fd51ff8675e (diff)
downloadaur-8409deb7cc036d6fb6490c0be4ca375adcaa5fa8.tar.gz
Change the (incorrect) "arm" architecture to aarch64
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f892ac827ff..3a9267f983ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = conky-colors-git
pkgdesc = An easier way to configure Conky
pkgver = 20230521.r173.5a0c738
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/helmuthdu/conky_colors
install = conky-colors-git.install
arch = armv6h
arch = armv7h
- arch = arm
+ arch = aarch64
arch = i686
arch = x86_64
license = GPL3
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")