summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2022-06-10 19:58:03 -0600
committernot_anonymous2022-06-10 19:58:03 -0600
commit3b5276050b905837903ff82eae7a054947bec877 (patch)
tree5a2d2a998121db2c6dafa5744e74bf1d89cf2d13
parent5918c2d9c2abb67f26845aa6f92e69b308208c5e (diff)
downloadaur-3b5276050b905837903ff82eae7a054947bec877.tar.gz
Updated - added aarch64
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ab45cb443f8..01ce50400ab7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = flxmlrpc
pkgdesc = XMLRPC for fldigi and other Ham Radio apps
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.w1hkj.com/downloads/flxmlrpc/
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = automake
diff --git a/PKGBUILD b/PKGBUILD
index a860d2401c3b..47458659acae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=flxmlrpc
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="XMLRPC for fldigi and other Ham Radio apps"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="http://www.w1hkj.com/downloads/flxmlrpc/"
license=('GPL3')
depends=('gcc-libs')