Date: Monday, August 19, 2013 @ 02:37:29 Author: alucryd Revision: 95939
setuptools todo: python2-unidecode 0.04.13-3 Modified: python2-unidecode/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-19 00:35:04 UTC (rev 95938) +++ PKGBUILD 2013-08-19 00:37:29 UTC (rev 95939) @@ -3,14 +3,14 @@ # Contributor: Kwpolska <[email protected]> pkgname=python2-unidecode -_pyname=Unidecode pkgver=0.04.13 -pkgrel=2 +pkgrel=3 pkgdesc='ASCII transliterations of Unicode text' arch=('any') url='http://pypi.python.org/pypi/Unidecode/' license=('GPL') depends=('python2') +makedepends=('python2-setuptools') options=('!emptydirs') source=("http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz") sha256sums=('ca58bf0ce984a20ad3a5d7fdbb7e773d8d1e5fd1570951e47c1908eed8fe0442')
