summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2021-03-16 22:31:43 -0700
committerPatrick McCarty2021-03-16 22:31:43 -0700
commit51e63986a8d80760954fdf5da6e8cb6b61f6c279 (patch)
tree9ccab90ea983a982d0fe8cd4dcf59c333f41cc0a /PKGBUILD
parent0db2f0b8b98ae640e6c24e3e782b78a23d38b1f2 (diff)
downloadaur-51e63986a8d80760954fdf5da6e8cb6b61f6c279.tar.gz
Enable aarch64 support; update gitignore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afc847ed29d8..fac18a4438d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=gawk-xml
_project=gawkextlib
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="GAWK extension - interface to Expat for parsing XML"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://sourceforge.net/projects/gawkextlib/"
license=('GPL')
depends=('expat' 'gawkextlib')