summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfzerorubigd2017-01-07 22:25:48 +0330
committerfzerorubigd2017-01-07 22:25:48 +0330
commit499cca6e0c34c8f3315b333ffb2ae3f26306acc9 (patch)
tree5d48766c66921166947a39ba2c6f20323d0d18ad /PKGBUILD
parent2188ae348fc54b1c5be3ee24b97a7f8e52c24333 (diff)
downloadaur-499cca6e0c34c8f3315b333ffb2ae3f26306acc9.tar.gz
bump to 1.31
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c25f6ad8e0c..24bc14a00fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
pkgdesc="a command line interface for Postgres with auto-completion and syntax highlighting"
url="http://pgcli.com/"
arch=(any)
@@ -20,4 +20,4 @@ package() {
echo "#!/usr/bin/bash" > $pkgdir/usr/bin/pgcli
echo "python -c 'import pgcli.main; pgcli.main.cli()' \"\$@\"" >> $pkgdir/usr/bin/pgcli
}
-md5sums=('966633ae2488271e245ae0dd5f0a1730')
+md5sums=('7a7458fceefbe950829cdf49bb409416')