diff options
Diffstat (limited to 'community/python-bsddb/PKGBUILD')
-rw-r--r-- | community/python-bsddb/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-bsddb/PKGBUILD b/community/python-bsddb/PKGBUILD index 437976a45..cd8409a94 100644 --- a/community/python-bsddb/PKGBUILD +++ b/community/python-bsddb/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95395 2013-08-10 22:18:43Z eric $ +# $Id: PKGBUILD 96111 2013-08-20 06:32:46Z lcarlier $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Douglas Soares de Andrade <dsandrade@gmail.com> @@ -7,12 +7,12 @@ pkgbase=python-bsddb pkgname=('python2-bsddb' 'python-bsddb') pkgver=6.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python interface for BerkeleyDB" license=('MIT') arch=('i686' 'x86_64') url="http://www.jcea.es/programacion/pybsddb.htm" -makedepends=('python2-distribute' 'python-distribute') +makedepends=('python2-setuptools' 'python-setuptools') source=(http://pypi.python.org/packages/source/b/bsddb3/bsddb3-${pkgver}.tar.gz LICENSE) sha1sums=('ca5c204b2c9cf4fff396ba3d49994fe1a95d669f' |