summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212022-01-12 10:38:38 +0100
committera8212022-01-12 10:38:38 +0100
commit1be62816193c512b970610ccdad70777d88817e0 (patch)
treedc81620065dfc03d8a73a68f502e1ed7ce6cf5d8 /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"