summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2021-03-16 22:26:49 -0700
committerPatrick McCarty2021-03-16 22:29:01 -0700
commit1c378aa046cfb0d8c066efbbd55275b681836228 (patch)
tree45a393a1b59b295fa961d42a6c3d68a762acaec6 /PKGBUILD
parent846c21f74b33ccf017f185ff9a0389234cf4c14a (diff)
downloadaur-1c378aa046cfb0d8c066efbbd55275b681836228.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 546df887959b..2c4d7977eeee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=gawkextlib
_project=$pkgname
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Library containing APIs used by various GAWK extensions"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://sourceforge.net/projects/gawkextlib/"
license=('GPL')
source=("https://downloads.sourceforge.net/$_project/$pkgname-$pkgver.tar.gz")