summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2024-01-24 20:03:01 -0800
committerPatrick McCarty2024-01-24 20:03:01 -0800
commit95ff248efe31828f7e20af3e1788a5f1550fd41a (patch)
tree3688504477f74f01f99067c5c3362133b05a0867 /PKGBUILD
parent3cbab487b22ba0d447c93aafdfbe0044a5e80fff (diff)
downloadaur-95ff248efe31828f7e20af3e1788a5f1550fd41a.tar.gz
Update to 1.1.1
Changes in 1.1.1 ---------------- - Patch Makefile.am to improve error detection and to invoke cpp using the $(CPP) macro for improved portability.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f80d0d94e8d..915ebcc3c3bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=gawk-errno
_project=gawkextlib
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
pkgdesc="GAWK extension - convert errno values to strings and vice versa"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/gawkextlib/"
@@ -11,8 +11,8 @@ license=('GPL')
depends=('glibc')
makedepends=('gawkextlib')
source=("https://downloads.sourceforge.net/$_project/$pkgname-$pkgver.tar.gz")
-md5sums=('126188cedf0c8756e4bf5cda94fed1b3')
-sha256sums=('973b0174836fe9d39bc2f87b42e0076f6cf522d2fc4725a9adf95b85976cb37c')
+md5sums=('503ade34970a4d687b6cc00ea79ac045')
+sha256sums=('95851395247868ebd8d2f934f160b57753ef28fdd4a547b4665166f4325675c4')
build() {
cd "$pkgname-$pkgver"