diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-28 16:08:39 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-28 16:08:39 -0300 |
commit | cd972a1ebaf9446976ea495f013947a8937c15b0 (patch) | |
tree | 92b30b6f040bcb928f9a9139ade24be6d2a03410 /extra/fontconfig/PKGBUILD | |
parent | 272c3b872f166f5e86dcf51bb510e93246170d26 (diff) | |
parent | 5c5e1e3a998a54db424b8261fac042ab41745d99 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/apr-util/PKGBUILD
extra/udisks/PKGBUILD
Diffstat (limited to 'extra/fontconfig/PKGBUILD')
-rw-r--r-- | extra/fontconfig/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/fontconfig/PKGBUILD b/extra/fontconfig/PKGBUILD index 849426577..3ea5317d4 100644 --- a/extra/fontconfig/PKGBUILD +++ b/extra/fontconfig/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 166327 2012-09-06 13:53:52Z andyrtr $ +# $Id: PKGBUILD 172072 2012-11-27 15:23:20Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=fontconfig -pkgver=2.10.1 -pkgrel=2 +pkgver=2.10.2 +pkgrel=1 pkgdesc="A library for configuring and customizing font access" arch=(i686 x86_64 'mips64el') url="http://www.fontconfig.org/release/" @@ -11,10 +11,10 @@ license=('custom') depends=('expat' 'freetype2') options=('!libtool') install=fontconfig.install -source=(http://www.fontconfig.org/release/$pkgname-$pkgver.tar.gz +source=(http://www.fontconfig.org/release/$pkgname-$pkgver.tar.bz2 29-replace-bitmap-fonts.conf) -md5sums=('c94e380eea42f2f23ca9537035ef1899' - 'f6b67e8cc79197ed6abd4701911e83da') +sha256sums=('8ea8ef56738fd95f0be611015f89614fd4dec79ddac6b3ff26bc4a8338569952' + '5addef189c5e01679ce3b610f8864c59980029c98f323f40f8c9080429857fdc') build() { cd "$srcdir/$pkgname-$pkgver" |