diff options
Diffstat (limited to 'main/ttf-freefont/APKBUILD')
-rw-r--r-- | main/ttf-freefont/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/ttf-freefont/APKBUILD b/main/ttf-freefont/APKBUILD index 6ec0683fbc..e335abed21 100644 --- a/main/ttf-freefont/APKBUILD +++ b/main/ttf-freefont/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ttf-freefont -pkgver=20100919 +pkgver=20120503 pkgrel=0 pkgdesc="A set of free high-quality TrueType fonts covering the UCS character set" url="http://www.nongnu.org/freefont/" @@ -9,7 +9,7 @@ license="GPL" depends="fontconfig encodings mkfontdir mkfontscale" makedepends="pkgconfig font-util-dev" install= -source="http://ftp.gnu.org/gnu/freefont/freefont-ttf-$pkgver.tar.gz" +source="http://ftp.gnu.org/gnu/freefont/freefont-ttf-$pkgver.zip" _builddir="$srcdir/freefont-$pkgver" build() { @@ -22,4 +22,4 @@ package() { install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/" } -md5sums="33d96c755d0a6f585bc917f08cbddf66 freefont-ttf-20100919.tar.gz" +md5sums="879b76d2e3c8003d567b555743f39154 freefont-ttf-20120503.zip" |