summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2019-01-03 22:32:46 +0300
committerasm0dey2019-01-03 22:32:46 +0300
commit272800823270ccdf91a37d0877f56018eac08b9c (patch)
treed3f880e0ac18a2a75e8a6b45c5992f7b48ae962f
parent05d892f4d0aaca7869c5572c72e6141b36812a37 (diff)
downloadaur-272800823270ccdf91a37d0877f56018eac08b9c.tar.gz
Fucking submodule bull shit (http://whatthecommit.com)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 113aa46ad302..4185049f9267 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pgcli
pkgdesc = a command line interface for Postgres with auto-completion and syntax highlighting
- pkgver = 2.0.1
- pkgrel = 7
+ pkgver = 2.0.2
+ pkgrel = 1
url = http://pgcli.com/
arch = any
license = BSD
@@ -21,8 +21,8 @@ pkgbase = pgcli
depends = python-pygments
provides = pgcli
conflicts = pgcli-git
- source = pgcli-2.0.1.zip::https://github.com/dbcli/pgcli/archive/v2.0.1.zip
- md5sums = 254822a27692a1951e6b2de95221606e
+ source = pgcli-2.0.2.zip::https://github.com/dbcli/pgcli/archive/v2.0.2.zip
+ md5sums = 295cf14b353476dcee319504e57fcdbe
pkgname = pgcli
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}"