mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-07 01:32:26 +01:00
main/font-adobe-utopia-type1: upgrade to 1.0.4
This commit is contained in:
parent
3623b69c9e
commit
4e199b58cb
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user