diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2015-09-16 14:14:40 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2015-09-17 08:30:05 +0000 |
commit | 4e199b58cbe63992ba4ffdce2f036eb4c7186965 (patch) | |
tree | dfa0947a369fdd140e554ee60fc73c33a7d7db4b /main | |
parent | 3623b69c9e7d46360278bcff9a0f223aafd60146 (diff) | |
download | aports-4e199b58cbe63992ba4ffdce2f036eb4c7186965.zip |
main/font-adobe-utopia-type1: upgrade to 1.0.4
Diffstat (limited to 'main')
-rw-r--r-- | main/font-adobe-utopia-type1/APKBUILD | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/main/font-adobe-utopia-type1/APKBUILD b/main/font-adobe-utopia-type1/APKBUILD index ede9c01b972..f62fabf197d 100644 --- a/main/font-adobe-utopia-type1/APKBUILD +++ b/main/font-adobe-utopia-type1/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=font-adobe-utopia-type1 -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.4 +pkgrel=0 pkgdesc="X.org adobe utopia-type1 fonts" url="http://xorg.freedesktop.org/" arch="all" @@ -11,6 +11,11 @@ makedepends="font-util-dev bdftopcf" install= source="http://xorg.freedesktop.org/releases/individual/font/$pkgname-$pkgver.tar.bz2" +prepare() { + cd "$srcdir"/$pkgname-$pkgver + update_config_sub || return 1 +} + build() { cd "$srcdir"/$pkgname-$pkgver ./configure \ @@ -32,4 +37,6 @@ package() { install || return 1 } -md5sums="aa7ff4bd20b961afda9c15d103b972a5 font-adobe-utopia-type1-1.0.1.tar.bz2" +md5sums="fcf24554c348df3c689b91596d7f9971 font-adobe-utopia-type1-1.0.4.tar.bz2" +sha256sums="979435105f897a70f8993fa02c8362160b0513366c2ab896965416f96dbb8077 font-adobe-utopia-type1-1.0.4.tar.bz2" +sha512sums="53ff2ce7b17824a0eed1be6c3e3386e51983389f5623e732ac898c4e08769c8720f6d6b7c75b6455e050ec5dc390376747ca4cdb9f831a218f9dd5ee5edcd0d6 font-adobe-utopia-type1-1.0.4.tar.bz2" |