diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-13 13:09:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-13 13:09:40 +0000 |
commit | d803c1e6eae2126f78b1091f5ce1689d1abde709 (patch) | |
tree | 1baafb197ec78cca7b37d37b717cec3744c17b72 | |
parent | 8917e08a26cb72672a092d32afe7dd3a3ed31283 (diff) | |
download | aports-d803c1e6eae2126f78b1091f5ce1689d1abde709.tar.bz2 aports-d803c1e6eae2126f78b1091f5ce1689d1abde709.tar.xz |
main/ttf-freefont: upgrade to 20120503
-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" |