diff options
author | Ermine <mustela@erminea.space> | 2024-08-30 22:13:42 +0000 |
---|---|---|
committer | Ermine <mustela@erminea.space> | 2024-09-01 12:54:01 +0000 |
commit | 696760aaa08b84e6ef8c4ce6acd0895acb555ec0 (patch) | |
tree | ef1be526fd437a62a04a3d220987708cc710cf4e | |
parent | 504d2f71eab1809913c7165de710fab239d81039 (diff) | |
download | packages-696760aaa08b84e6ef8c4ce6acd0895acb555ec0.tar.gz packages-696760aaa08b84e6ef8c4ce6acd0895acb555ec0.tar.bz2 packages-696760aaa08b84e6ef8c4ce6acd0895acb555ec0.tar.xz packages-696760aaa08b84e6ef8c4ce6acd0895acb555ec0.zip |
user/font-adobe-utopia-75dpi: upgrade to 1.0.5
-rw-r--r-- | user/font-adobe-utopia-75dpi/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/font-adobe-utopia-75dpi/APKBUILD b/user/font-adobe-utopia-75dpi/APKBUILD index 02e746ddf..86e02adb1 100644 --- a/user/font-adobe-utopia-75dpi/APKBUILD +++ b/user/font-adobe-utopia-75dpi/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=font-adobe-utopia-75dpi -pkgver=1.0.4 +pkgver=1.0.5 pkgrel=0 pkgdesc="75dpi Utopia X11 font from Adobe" url="https://www.X.Org/" @@ -16,7 +16,7 @@ license="Utopia" depends="encodings font-alias fontconfig mkfontscale" makedepends="bdftopcf font-util-dev util-macros" subpackages="" -source="https://www.x.org/releases/individual/font/font-adobe-utopia-75dpi-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/font/font-adobe-utopia-75dpi-$pkgver.tar.xz" prepare() { default_prepare @@ -43,4 +43,4 @@ package() { find "$pkgdir" -name fonts.dir -exec rm {} + } -sha512sums="c569af760a62b00738be65546364587638e8c46e4a0765013747e9595d51bc0633908c72359e42e7ebf6240fdc6294b51512c0a096a5fe64b2bd300ccbff7b92 font-adobe-utopia-75dpi-1.0.4.tar.bz2" +sha512sums="9608698288fca47bf61cff911b8f081593807eed9f138ea22f05a7b6c26c481ec5144d79665cf509ba889df35ef5406e0de71710362bcf6de6b602c12158e22a font-adobe-utopia-75dpi-1.0.5.tar.xz" |