diff options
Diffstat (limited to 'community/python2-fonttools')
-rw-r--r-- | community/python2-fonttools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python2-fonttools/PKGBUILD b/community/python2-fonttools/PKGBUILD index 424946513..0f8910cbd 100644 --- a/community/python2-fonttools/PKGBUILD +++ b/community/python2-fonttools/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 93407 2013-07-03 09:46:05Z aginiewicz $ +# $Id: PKGBUILD 96094 2013-08-20 06:32:32Z lcarlier $ # Maintainer: Andrzej Giniewicz <gginiu@gmail.com> # Contributor: Firmicus <firmicus āt gmx dōt net> pkgname=python2-fonttools pkgver=2.4 -pkgrel=1 +pkgrel=2 pkgdesc="Converts OpenType and TrueType fonts to and from XML" url="http://sourceforge.net/projects/fonttools/" license=("BSD") arch=('i686' 'x86_64') depends=("python2-numpy") -makedepends=("python2-distribute") +makedepends=("python2-setuptools") provides=('fonttools') # temporary compatibility because of rename replaces=('fonttools') source=(http://downloads.sourceforge.net/fonttools/fonttools-$pkgver.tar.gz) |