From 8fb920e1b30f4a0c0b5ed64a44a85db94b60cf3a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Dec 2012 02:27:34 -0800 Subject: Tue Dec 4 02:21:34 PST 2012 --- extra/libotf/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'extra/libotf/PKGBUILD') diff --git a/extra/libotf/PKGBUILD b/extra/libotf/PKGBUILD index 14be6a2d6..3c2743f15 100644 --- a/extra/libotf/PKGBUILD +++ b/extra/libotf/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 149040 2012-02-05 15:14:11Z bisson $ +# $Id: PKGBUILD 172457 2012-12-03 05:46:28Z bisson $ +# Maintainer: Gaetan Bisson # Contributor: Ashish Shukla pkgname=libotf -pkgver=0.9.12 -pkgrel=2 +pkgver=0.9.13 +pkgrel=1 pkgdesc='OpenType Font library' -url='http://www.m17n.org/libotf/' +url='http://www.nongnu.org/m17n/' license=('LGPL') options=('!libtool') arch=('i686' 'x86_64') depends=('libxaw' 'freetype2') -source=("http://www.m17n.org/libotf/${pkgname}-${pkgver}.tar.gz") -sha1sums=('47872f696a62e8f111960143f3f36b5366398e20') +source=("http://download.savannah.gnu.org/releases/m17n//${pkgname}-${pkgver}.tar.gz") +sha1sums=('66bb81958f5f07ee1f8917d3cb7e359ae559d873') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf