summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZacharias Knudsen2020-06-04 13:11:32 +0200
committerZacharias Knudsen2020-06-04 13:11:32 +0200
commit887250c09153d084f6d715f3cb77057345993f6a (patch)
tree9cbb70a9e003022341730bc3a6febf35e8055fe6
parent1218c72515de7cfc325b0b22d705581921754ec0 (diff)
downloadaur-887250c09153d084f6d715f3cb77057345993f6a.tar.gz
Bump to version 1.3
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4367ae4a50ac
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index a52b8beeeb20..7640b3f7653c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Zacharias Knudsen <zachasme@gmail.com>
pkgname=pgxnclient
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.3
+pkgrel=1
pkgdesc="Command line tool to interact with the PostgreSQL Extension Network"
arch=('x86_64')
url="http://pgxn.org/"
@@ -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=('fd66748b32c3153140ec189aee556762')
+md5sums=('f632501b250bb52dba37a3b54f6ab0c6')
build() {
cd $srcdir/$pkgname-$pkgver