summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZacharias Knudsen2022-11-04 15:09:06 +0100
committerZacharias Knudsen2022-11-04 15:09:10 +0100
commit948ecb27e9573454a095459f4dea27079d4d73e0 (patch)
treefda7cb29a37022d6e7b6605e7c4a1a6da82045aa /PKGBUILD
parentee3cd398c122fb67da87c9312fa45109637e4884 (diff)
downloadaur-pgxnclient.tar.gz
Bump version to 1.3.2
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