diff options
author | géballin | 2019-03-01 03:40:43 +0100 |
---|---|---|
committer | géballin | 2019-03-01 03:40:43 +0100 |
commit | 872bebcbbb940cc5bbbebc342b9a57e806056a3f (patch) | |
tree | e2349d0f2277e42f73cc556e56154fa2ddf5962d | |
parent | 7fa6b09fbed624940199fac26d12ddc171d3ac26 (diff) | |
download | aur-pgbrowse.tar.gz |
Correcting dependencies by adding tcllib and and tktable.
-rw-r--r-- | .SRCINFO | 4 | ||||
-rwxr-xr-x | PKGBUILD | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = pgbrowse pkgdesc = PgBrowse is a graphical PostgreSQL client. It will allow the user to connect to a PostgreSQL database and execute SQL commands (and much more). pkgver = 1.9 - pkgrel = 1 + pkgrel = 2 url = https://github.com/Geballin/PgBrowse arch = x86_64 arch = i686 @@ -9,6 +9,8 @@ pkgbase = pgbrowse makedepends = make depends = tcl depends = tk + depends = tcllib + depends = tktable source = https://github.com/Geballin/PgBrowse/archive/1.9.tar.gz md5sums = d0f919afbc838b116927dbe2dce5c4a1 @@ -1,12 +1,12 @@ # Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr> pkgname=pgbrowse pkgver=1.9 -pkgrel=1 +pkgrel=2 pkgdesc="PgBrowse is a graphical PostgreSQL client. It will allow the user to connect to a PostgreSQL database and execute SQL commands (and much more)." url="https://github.com/Geballin/PgBrowse" arch=('x86_64' 'i686') license=('GPLv3') -depends=('tcl' 'tk') +depends=('tcl' 'tk' 'tcllib' 'tktable') optdepends=() makedepends=(make) conflicts=() |