summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2019-04-08 08:30:13 +0300
committerasm0dey2019-04-08 08:30:13 +0300
commit6f70eb88d505c32032ae0cf178009695a5bb7155 (patch)
tree0bf8ee61c85270a98ac4e8e92b0af4ad449d8aa9 /PKGBUILD
parent09da688a06bf268b3def649e0408ef6e5617868e (diff)
downloadaur-6f70eb88d505c32032ae0cf178009695a5bb7155.tar.gz
It'd be nice if type errors caused the compiler to issue a type error (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 cdf91d7ce586..e9d42bb522bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli
-pkgver=2.0.2
+pkgver=2.1.0
pkgrel=2
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=('295cf14b353476dcee319504e57fcdbe')
+md5sums=('92e6d5b977a0c687ed0d5710db975a41')
package() {
cd "$srcdir/pgcli-${pkgver}"