summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McCarty2023-11-16 14:15:31 -0800
committerPatrick McCarty2023-11-16 14:15:31 -0800
commite943c58f6b8ad9fa7b1ee731e03dfb42f93bcc83 (patch)
treeffa8fb3143bfad8e96e3e536272ffa111ad2e64a
parentc358e7c9e6e5827180675b908f13006a234f6749 (diff)
downloadaur-e943c58f6b8ad9fa7b1ee731e03dfb42f93bcc83.tar.gz
Rebuild for gawk 5.3.0 (API major version bump)
Note that as a consequence of the gawk API bump, gawkextlib must be built and installed before this package is rebuilt. If you are using an AUR helper tool that does not build/install updated AUR packages sequentially (in dependency order), then update to gawkextlib 1.0.4-4 first before updating this package.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8d2b3305b42..fdeea40bbb46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gawk-xml
pkgdesc = GAWK extension - interface to Expat for parsing XML
pkgver = 1.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://sourceforge.net/projects/gawkextlib/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 54848af4e898..2f143dafb3b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gawk-xml
_project=gawkextlib
pkgver=1.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="GAWK extension - interface to Expat for parsing XML"
arch=('i686' 'x86_64' 'aarch64')
url="https://sourceforge.net/projects/gawkextlib/"