diff options
-rw-r--r-- | pcr/python2-sql/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/python2-sql/PKGBUILD b/pcr/python2-sql/PKGBUILD index beaa58d19..4ad9ed510 100644 --- a/pcr/python2-sql/PKGBUILD +++ b/pcr/python2-sql/PKGBUILD @@ -1,5 +1,5 @@ pkgname=python2-sql -pkgver=r82.fa73dd3e45dd +pkgver=r84.7f7e8fb84cdc pkgrel=1 pkgdesc="Python 2 SQL library" arch=('any') @@ -7,7 +7,7 @@ url="https://code.google.com/p/python-sql/" license=('GPL3') depends=('python2') optdepends=() -makedepends=('python2' 'mercurial') +makedepends=('python2-setuptools' 'mercurial') md5sums=('SKIP') source=('hg+https://code.google.com/p/python-sql/') pkgver() { |