summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2019-06-01 09:05:42 +0300
committerasm0dey2019-06-01 09:05:42 +0300
commita84b8f98cdc4406aded541fc970f7b4745e78863 (patch)
treee6221d5d192c0399c7564ceaa178bda28853f8f8 /PKGBUILD
parentc563df6440985efbf62b0f5bbe6bed1a30e729d1 (diff)
downloadaur-a84b8f98cdc4406aded541fc970f7b4745e78863.tar.gz
This really should not take 19 minutes to build. (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 1316a932afef..86172df71096 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=3
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=('92e6d5b977a0c687ed0d5710db975a41')
+md5sums=('ab4e235244f6d28f4bb8a5cef09ddb99')
package() {
cd "$srcdir/pgcli-${pkgver}"