summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2023-11-16 14:23:07 -0800
committerPatrick McCarty2023-11-16 14:23:07 -0800
commit18d5c80a2fdda5fd04440db41838d2af4622c841 (patch)
treef70f69ec71584972ad8d7af6caba94416a0bca84 /PKGBUILD
parent7e37eeb15a4b4513a2a4363f72233e479ed4a134 (diff)
downloadaur-18d5c80a2fdda5fd04440db41838d2af4622c841.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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb0742e86e9d..2ebefedfe9f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gawk-lmdb
_project=gawkextlib
pkgver=1.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="GAWK extension - interface to the LMDB API"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/gawkextlib/"