summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2019-04-08 08:30:13 +0300
committerasm0dey2019-04-08 08:30:13 +0300
commit6f70eb88d505c32032ae0cf178009695a5bb7155 (patch)
tree0bf8ee61c85270a98ac4e8e92b0af4ad449d8aa9
parent09da688a06bf268b3def649e0408ef6e5617868e (diff)
downloadaur-6f70eb88d505c32032ae0cf178009695a5bb7155.tar.gz
It'd be nice if type errors caused the compiler to issue a type error (http://whatthecommit.com)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e3cea7a12e9..44b98444c24d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pgcli
pkgdesc = a command line interface for Postgres with auto-completion and syntax highlighting
- pkgver = 2.0.2
+ pkgver = 2.1.0
pkgrel = 2
url = http://pgcli.com/
arch = any
@@ -21,8 +21,8 @@ pkgbase = pgcli
depends = python-pygments
provides = pgcli
conflicts = pgcli-git
- source = pgcli-2.0.2.zip::https://github.com/dbcli/pgcli/archive/v2.0.2.zip
- md5sums = 295cf14b353476dcee319504e57fcdbe
+ source = pgcli-2.1.0.zip::https://github.com/dbcli/pgcli/archive/v2.1.0.zip
+ md5sums = 92e6d5b977a0c687ed0d5710db975a41
pkgname = pgcli
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}"