summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McCarty2023-11-16 14:16:57 -0800
committerPatrick McCarty2023-11-16 14:16:57 -0800
commitefca551c58882cbbf48931d7d417780c2e92f47d (patch)
tree024def0f10a76251005108e9d25a007e8d12893a
parent02a2f6241d45a4abcd69d52e8182057c58c9604a (diff)
downloadaur-efca551c58882cbbf48931d7d417780c2e92f47d.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 aea6c678ad58..1800ea04acf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gawk-haru
pkgdesc = GAWK extension - interface to the libharu PDF library
pkgver = 1.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://sourceforge.net/projects/gawkextlib/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0dd87b228d70..4710323be2e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gawk-haru
_project=gawkextlib
pkgver=1.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="GAWK extension - interface to the libharu PDF library"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/gawkextlib/"