diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 09:22:37 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 09:22:37 (GMT) |
commit | ce06fec6f78011a585df5cbe9b5388d1338d7988 (patch) | |
tree | 82478acf2466637cc78305a3429a793f58de8ad6 /abs/core-testing/libxfont/PKGBUILD | |
parent | f182677145ca9b72f898aae6f45315eba9ba8417 (diff) | |
download | linhes_pkgbuild-ce06fec6f78011a585df5cbe9b5388d1338d7988.zip linhes_pkgbuild-ce06fec6f78011a585df5cbe9b5388d1338d7988.tar.gz linhes_pkgbuild-ce06fec6f78011a585df5cbe9b5388d1338d7988.tar.bz2 |
Changed so freetype2-static would work.
Diffstat (limited to 'abs/core-testing/libxfont/PKGBUILD')
-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 3055554..8ca406c 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=1 +pkgrel=2 pkgdesc="X11 font rasterisation library" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" license=('custom') -depends=('libfontenc' 'freetype2>=2.3.7' 'fontsproto') +depends=('libfontenc' 'freetype2' 'fontsproto') makedepends=('pkgconfig' 'xtrans' 'fontcacheproto' 'xproto') options=('!libtool') source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2) |