summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2011-10-03 11:06:10 +0200
committerMassimiliano Torromeo2011-10-03 11:06:10 +0200
commitf947d1a5c9e1efd6f1ed130173c18023f74b7ad6 (patch)
treeb783d1167bbff7201ce4edf874018d693bd05365 /PKGBUILD
parentfec4cd077c12a26e9fa573df878d15e51472222e (diff)
downloadaur-f947d1a5c9e1efd6f1ed130173c18023f74b7ad6.tar.gz
Fixed name of the dbutils package in the dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff62fcb8d126..82e1505a5c21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=sqlantaresia-git
-pkgver=20110523
+pkgver=20111003
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' 'python-dbutils' 'python2-qscintilla')
+depends=('python2-qt' '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)