summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2019-01-03 22:32:46 +0300
committerasm0dey2019-01-03 22:32:46 +0300
commit272800823270ccdf91a37d0877f56018eac08b9c (patch)
treed3f880e0ac18a2a75e8a6b45c5992f7b48ae962f /PKGBUILD
parent05d892f4d0aaca7869c5572c72e6141b36812a37 (diff)
downloadaur-272800823270ccdf91a37d0877f56018eac08b9c.tar.gz
Fucking submodule bull shit (http://whatthecommit.com)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2272bfdde142..e28f0ad82f2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli
-pkgver=2.0.1
-pkgrel=7
+pkgver=2.0.2
+pkgrel=1
pkgdesc="a command line interface for Postgres with auto-completion and syntax highlighting"
url="http://pgcli.com/"
arch=(any)
@@ -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=('254822a27692a1951e6b2de95221606e')
+md5sums=('295cf14b353476dcee319504e57fcdbe')
package() {
cd "$srcdir/pgcli-${pkgver}"