diff options
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/fontconfig/PKGBUILD | 5 | ||||
-rw-r--r-- | abs/core-testing/libxfont/PKGBUILD | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/abs/core-testing/fontconfig/PKGBUILD b/abs/core-testing/fontconfig/PKGBUILD index 7abdf6d..86c4205 100644 --- a/abs/core-testing/fontconfig/PKGBUILD +++ b/abs/core-testing/fontconfig/PKGBUILD @@ -2,12 +2,13 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=fontconfig pkgver=2.6.0 -pkgrel=2 +pkgrel=3 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>=2.3.7') +depends=('expat>=2.0' 'freetype2') options=('!libtool') install=fontconfig.install source=(http://www.fontconfig.org/release/${pkgname}-${pkgver}.tar.gz 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) |