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/libxfont | |
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/libxfont')
-rw-r--r-- | abs/core-testing/libxfont/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/libxfont/PKGBUILD b/abs/core-testing/libxfont/PKGBUILD index 8ca406c..a9decca 100644 --- a/abs/core-testing/libxfont/PKGBUILD +++ b/abs/core-testing/libxfont/PKGBUILD @@ -3,12 +3,12 @@ # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=libxfont pkgver=1.3.3 -pkgrel=2 +pkgrel=3 pkgdesc="X11 font rasterisation library" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" license=('custom') -depends=('libfontenc' 'freetype2' 'fontsproto') +depends=('libfontenc' 'freetype2>=2.3.7' 'fontsproto') makedepends=('pkgconfig' 'xtrans' 'fontcacheproto' 'xproto') options=('!libtool') source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2) |