summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46638d6e34d7..188e84752e58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gawkextlib
pkgdesc = Library containing APIs used by various GAWK extensions
pkgver = 1.0.4
- pkgrel = 3
+ pkgrel = 4
url = https://sourceforge.net/projects/gawkextlib/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 67c02f78f97f..d4d59b1e79ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gawkextlib
_project=$pkgname
pkgver=1.0.4
-pkgrel=3
+pkgrel=4
pkgdesc="Library containing APIs used by various GAWK extensions"
arch=('i686' 'x86_64' 'aarch64')
url="https://sourceforge.net/projects/gawkextlib/"