summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Janzic2019-12-17 22:54:44 +0100
committerJosip Janzic2019-12-17 22:54:44 +0100
commite503dae1284048f538943ddfb3a8457cfda9a542 (patch)
tree7ad56161a90854c01c1cb700f01aafa144ef03e7
parent16888ca5d326eb970360e3665a098e360357d8a1 (diff)
downloadaur-e503dae1284048f538943ddfb3a8457cfda9a542.tar.gz
Add new dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3569a71f00c3..15dfb725d226 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dibi-git
pkgdesc = Lightweight GUI for MySQL with performance in mind
- pkgver = r10.4fbb81d
+ pkgver = r12.2baa1f0
pkgrel = 1
url = https://github.com/janza/dibi
arch = i686
@@ -12,6 +12,7 @@ pkgbase = dibi-git
license = GPL3
depends = python-mysqlclient
depends = python-pyqt5
+ depends = python-sshtunnel
source = dibi::git+https://github.com/janza/dibi.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a44965b1a35d..06e6137c673a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: josip <me@josip.dev>
pkgname=dibi-git
_pkgname=dibi
-pkgver=r10.4fbb81d
+pkgver=r12.2baa1f0
pkgrel=1
pkgdesc="Lightweight GUI for MySQL with performance in mind"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'arm' 'aarch64')
url="https://github.com/janza/dibi"
license=('GPL3')
-depends=('python-mysqlclient' 'python-pyqt5')
+depends=('python-mysqlclient' 'python-pyqt5' 'python-sshtunnel')
source=("${pkgname%-*}::git+https://github.com/janza/dibi.git")
sha1sums=("SKIP")