summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgéballin2019-03-01 03:40:43 +0100
committergéballin2019-03-01 03:40:43 +0100
commit872bebcbbb940cc5bbbebc342b9a57e806056a3f (patch)
treee2349d0f2277e42f73cc556e56154fa2ddf5962d /PKGBUILD
parent7fa6b09fbed624940199fac26d12ddc171d3ac26 (diff)
downloadaur-pgbrowse.tar.gz
Correcting dependencies by adding tcllib and and tktable.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 560cc1a153c9..1406e52d93e6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=()