summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McCarty2021-03-16 22:31:43 -0700
committerPatrick McCarty2021-03-16 22:31:43 -0700
commit51e63986a8d80760954fdf5da6e8cb6b61f6c279 (patch)
tree9ccab90ea983a982d0fe8cd4dcf59c333f41cc0a
parent0db2f0b8b98ae640e6c24e3e782b78a23d38b1f2 (diff)
downloadaur-51e63986a8d80760954fdf5da6e8cb6b61f6c279.tar.gz
Enable aarch64 support; update gitignore
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 579f906d5eab..9f7c0c1f37d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
-# Generated by mksrcinfo v8
-# Sat Mar 31 06:06:46 UTC 2018
pkgbase = gawk-xml
pkgdesc = GAWK extension - interface to Expat for parsing XML
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://sourceforge.net/projects/gawkextlib/
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
depends = expat
depends = gawkextlib
diff --git a/.gitignore b/.gitignore
index 2b022307d03e..7ef0e1e727ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-*.pkg.tar.xz
-*.tar.gz
+*.pkg.tar.*
+*.tar.*
pkg/
src/
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')