summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2014-02-25 13:32:06 +0100
committerMassimiliano Torromeo2014-02-25 13:32:06 +0100
commit0823c1bb676cf29dc34b2002ad9f686d6a0e34f5 (patch)
tree98e886741f087880ce84b388e0196598ea47b07e /PKGBUILD
parent9f93fa5975d17ee769dcfeef6a3ccbc1903aa4a0 (diff)
downloadaur-0823c1bb676cf29dc34b2002ad9f686d6a0e34f5.tar.gz
Updated sqlantaresia and fixed python2-setuptools makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f86ead26469a..58dbf7104650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=sqlantaresia-git
-pkgver=v0.4.2.84.gd43c78d
+pkgver=v0.5.59.g895e631
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-pyqt' 'python2-setproctitle' 'mysql-python' 'python2-dbutils' 'python2-qscintilla')
-makedepends=('python2-distribute' 'git')
+makedepends=('python2-setuptools' 'git')
optdepends=('python-paramiko: for automatic ssh tunnelling' 'pycrypto: for automatic ssh tunnelling')
source=('git://github.com/mtorromeo/sqlantaresia.git')