diff options
Diffstat (limited to 'abs/core-testing/fontconfig/PKGBUILD')
-rw-r--r-- | abs/core-testing/fontconfig/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/abs/core-testing/fontconfig/PKGBUILD b/abs/core-testing/fontconfig/PKGBUILD index 86c4205..f5c3465 100644 --- a/abs/core-testing/fontconfig/PKGBUILD +++ b/abs/core-testing/fontconfig/PKGBUILD @@ -2,13 +2,12 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=fontconfig pkgver=2.6.0 -pkgrel=3 +pkgrel=4 pkgdesc="A library for configuring and customizing font access" arch=(i686 x86_64) url="http://www.fontconfig.org/release/" license=('custom') -#depends=('expat>=2.0' 'freetype2>=2.3.7') -depends=('expat>=2.0' 'freetype2') +depends=('expat>=2.0' 'freetype2>=2.3.7') options=('!libtool') install=fontconfig.install source=(http://www.fontconfig.org/release/${pkgname}-${pkgver}.tar.gz |