summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2018-11-20 22:19:31 +0300
committerasm0dey2018-11-20 22:19:31 +0300
commite1d7eecd0b4f594429b4dca731cbc3c8567a9a3c (patch)
tree890273d99bfe75936ae9708886ccd01ec6d93ebb /PKGBUILD
parent63676a2456fb68353315ca396058973e2117f55b (diff)
downloadaur-e1d7eecd0b4f594429b4dca731cbc3c8567a9a3c.tar.gz
Push poorly written test can down the road another ten years (http://whatthecommit.com)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89ca98e1bbd3..2c8dd7c3839e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=5
pkgdesc="a command line interface for Postgres with auto-completion and syntax highlighting"
url="http://pgcli.com/"
@@ -13,7 +13,7 @@ makedepends=('python-distribute')
source=($pkgname-$pkgver.zip::https://github.com/dbcli/pgcli/archive/v$pkgver.zip)
provides=('pgcli')
conflicts=('pgcli-git')
-md5sums=('4803b0fa3a89acb12a8f547eccad47b3')
+md5sums=('254822a27692a1951e6b2de95221606e')
package() {
cd "$srcdir/pgcli-${pkgver}"