summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ba9c01adc3d..f442c3a258c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python2-mysql2pgsql
pkgver=0.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Tool for migrating/converting from mysql to postgresql"
arch=(any)
url="https://pypi.python.org/pypi/py-mysql2pgsql"
license=('GPL')
-depends=('python2' 'python2-psycopg2' 'python2-yaml' 'python2-termcolor' 'mysql-python')
+depends=('python2' 'python2-psycopg2' 'python2-yaml' 'python2-termcolor' 'mysql-python' 'python2-pytz' 'python2-argparse')
makedepends=('python2-setuptools')
source=(https://github.com/philipsoutham/py-mysql2pgsql/archive/v$pkgver.zip)
md5sums=('378f770e59c24f0d2f8633b557a28681')