summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fedb7ed438a3..1a28c8f5a509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=gawk-pgsql
_project=gawkextlib
-pkgver=1.1.1
-pkgrel=3
+pkgver=1.1.2
+pkgrel=1
pkgdesc="GAWK extension - interface to libpq from PostgreSQL"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/gawkextlib/"
license=('GPL')
depends=('gawkextlib' 'glibc' 'postgresql-libs')
source=("https://downloads.sourceforge.net/$_project/$pkgname-$pkgver.tar.gz")
-md5sums=('b5aaade8048b5d60887a553dad893d57')
-sha256sums=('5f7763d9064e36edcdb7aa0e8e0505499bd10e31a5d9fb9614319ba67959fc83')
+md5sums=('df8890672e9eab11f90e2c6046972b3c')
+sha256sums=('a258385265ce254c967cf47ad9288a65f5b5d40c626911dfab78fac3e344f170')
build() {
cd "$pkgname-$pkgver"