summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgéballin2019-03-01 03:40:43 +0100
committergéballin2019-03-01 03:40:43 +0100
commit872bebcbbb940cc5bbbebc342b9a57e806056a3f (patch)
treee2349d0f2277e42f73cc556e56154fa2ddf5962d
parent7fa6b09fbed624940199fac26d12ddc171d3ac26 (diff)
downloadaur-pgbrowse.tar.gz
Correcting dependencies by adding tcllib and and tktable.
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42f7200ad7a0..83e383cda2d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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=()