summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7640b3f7653c..0f429880efef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Zacharias Knudsen <zachasme@gmail.com>
pkgname=pgxnclient
-pkgver=1.3
+pkgver=1.3.2
pkgrel=1
pkgdesc="Command line tool to interact with the PostgreSQL Extension Network"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python')
makedepends=('python-distribute')
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f632501b250bb52dba37a3b54f6ab0c6')
+md5sums=('6f47dc54363ee30d6e5f0af19ca5ef26')
build() {
cd $srcdir/$pkgname-$pkgver