summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2012-12-13 09:07:06 +0100
committerMassimiliano Torromeo2012-12-13 09:07:06 +0100
commit9caeaf2dac2d8fea3755a62e191bda40b8f89f42 (patch)
treeec8ab3f2b05be1f853bff0bab11637293f9a22bd
parent8bd7894cbd3589ad61eea2651aea66d4b10be235 (diff)
downloadaur-9caeaf2dac2d8fea3755a62e191bda40b8f89f42.tar.gz
Updated pyqt dependency of sqlantaresia
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afb8cae4fa27..5c0562e1589a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=sqlantaresia-git
-pkgver=20120402
+pkgver=20121213
pkgrel=1
pkgdesc="SQL Antaresia is a MySQL administrative tool aimed at developers and sysadmins"
arch=(any)
url="https://github.com/mtorromeo/sqlantaresia"
license=('MIT')
-depends=('python2-qt' 'python2-setproctitle' 'mysql-python' 'python2-dbutils' 'python2-qscintilla')
+depends=('python2-pyqt' 'python2-setproctitle' 'mysql-python' 'python2-dbutils' 'python2-qscintilla')
makedepends=('python2-distribute' 'git')
optdepends=('python-paramiko: for automatic ssh tunnelling' 'pycrypto: for automatic ssh tunnelling')
source=(sqlantaresia.desktop)