summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212021-12-13 10:55:42 +0100
committera8212021-12-13 10:55:42 +0100
commitfee6f8ad2b0cdd2716bfc438652c79a4fbc3e833 (patch)
treedc81620065dfc03d8a73a68f502e1ed7ce6cf5d8 /PKGBUILD
parenta5c160b79d2e9230ffeb8415736d05edffb32f37 (diff)
downloadaur-fee6f8ad2b0cdd2716bfc438652c79a4fbc3e833.tar.gz
remove useless provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42ea69c63d4d..afb6897221aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pgcli
pkgver=3.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="a command line interface for Postgres with auto-completion and syntax highlighting"
url="http://pgcli.com/"
arch=(any)
@@ -14,7 +14,6 @@ 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)
-provides=('pgcli')
sha256sums=('9ae5278853865bcec9ec7589773936c516512ae446514746658121a69915cbcf')
package() {