diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-13 09:15:31 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-13 09:15:31 (GMT) |
commit | cedff5d9e04a8f72ae7432e00781bc0d4874982e (patch) | |
tree | 16f21227e4873c3a4bb41c560e43bd3feccdf283 /abs/core-testing/fontconfig | |
parent | 3072a45d28f327289052af04017838474d3c08ce (diff) | |
download | linhes_pkgbuild-cedff5d9e04a8f72ae7432e00781bc0d4874982e.zip linhes_pkgbuild-cedff5d9e04a8f72ae7432e00781bc0d4874982e.tar.gz linhes_pkgbuild-cedff5d9e04a8f72ae7432e00781bc0d4874982e.tar.bz2 |
Fix PKGBUILDs.
Diffstat (limited to 'abs/core-testing/fontconfig')
-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 |