summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212022-01-12 10:38:38 +0100
committera8212022-01-12 10:38:38 +0100
commit1be62816193c512b970610ccdad70777d88817e0 (patch)
treedc81620065dfc03d8a73a68f502e1ed7ce6cf5d8
parent77236af8dd9f0b3e748c4d5526bb8878dab8011a (diff)
downloadaur-1be62816193c512b970610ccdad70777d88817e0.tar.gz
Revert "Version 3.3.0"
Was to fast to push and there is a version incompatibility issue with python-pygments I need to verify. Sorry the inconvenience. This reverts commit 77236af8dd9f0b3e748c4d5526bb8878dab8011a.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83f7b5589b47..71e099c520e0 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 = 3.3.0
- pkgrel = 1
+ pkgver = 3.2.0
+ pkgrel = 3
url = http://pgcli.com/
arch = any
license = BSD
@@ -17,7 +17,7 @@ pkgbase = pgcli
depends = python-keyring
depends = python-pygments
depends = python-pendulum
- source = pgcli-3.3.0.tar.gz::https://github.com/dbcli/pgcli/archive/v3.3.0.tar.gz
- sha256sums = e6fefd9f77a060d5c2de30769022172f75df9cffd94b9d0593ed876ec3600e99
+ source = pgcli-3.2.0.tar.gz::https://github.com/dbcli/pgcli/archive/v3.2.0.tar.gz
+ sha256sums = 9ae5278853865bcec9ec7589773936c516512ae446514746658121a69915cbcf
pkgname = pgcli
diff --git a/PKGBUILD b/PKGBUILD
index e974dfcecba8..afb6897221aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli
-pkgver=3.3.0
-pkgrel=1
+pkgver=3.2.0
+pkgrel=3
pkgdesc="a command line interface for Postgres with auto-completion and syntax highlighting"
url="http://pgcli.com/"
arch=(any)
@@ -14,7 +14,7 @@ depends=('python-sqlparse' 'python-psycopg2' 'python-click' 'python-prompt_toolk
'python-keyring' 'python-pygments' 'python-pendulum')
makedepends=('python-setuptools')
source=($pkgname-$pkgver.tar.gz::https://github.com/dbcli/pgcli/archive/v$pkgver.tar.gz)
-sha256sums=('e6fefd9f77a060d5c2de30769022172f75df9cffd94b9d0593ed876ec3600e99')
+sha256sums=('9ae5278853865bcec9ec7589773936c516512ae446514746658121a69915cbcf')
package() {
cd "pgcli-${pkgver}"