diff options
author | Ermine <mustela@erminea.space> | 2024-08-30 22:09:05 +0000 |
---|---|---|
committer | Ermine <mustela@erminea.space> | 2024-09-01 12:54:00 +0000 |
commit | 219add1e338f80a2f1917f7db6db0cdb643a961f (patch) | |
tree | 8fffdf0e8b550b9300658cf96a5f96aa9575a1c0 /user/font-adobe-100dpi | |
parent | 20db211f076c749bc667e3d37e3e1035733576c5 (diff) | |
download | packages-219add1e338f80a2f1917f7db6db0cdb643a961f.tar.gz packages-219add1e338f80a2f1917f7db6db0cdb643a961f.tar.bz2 packages-219add1e338f80a2f1917f7db6db0cdb643a961f.tar.xz packages-219add1e338f80a2f1917f7db6db0cdb643a961f.zip |
user/font-adobe-100dpi: upgrade to 1.0.4
Diffstat (limited to 'user/font-adobe-100dpi')
-rw-r--r-- | user/font-adobe-100dpi/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/font-adobe-100dpi/APKBUILD b/user/font-adobe-100dpi/APKBUILD index e141b606b..f3fc23252 100644 --- a/user/font-adobe-100dpi/APKBUILD +++ b/user/font-adobe-100dpi/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=font-adobe-100dpi -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=0 pkgdesc="100dpi X11 fonts from Adobe" url="https://www.X.Org/" @@ -10,7 +10,7 @@ license="MIT" depends="encodings font-alias fontconfig mkfontscale" makedepends="bdftopcf font-util-dev util-macros" subpackages="" -source="https://www.x.org/releases/individual/font/font-adobe-100dpi-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/font/font-adobe-100dpi-$pkgver.tar.xz" prepare() { default_prepare @@ -37,4 +37,4 @@ package() { find "$pkgdir" -name fonts.dir -exec rm {} + } -sha512sums="27ed98dcdbb9c174c7090cdd8fe230f7471d10b5dfc63e092640b5d0fc6ab351bc8ffa9a92bec1755f2780b3d9c1de3ad298c64b70a68b5e6879a8592ef32987 font-adobe-100dpi-1.0.3.tar.bz2" +sha512sums="fedb86672c3b9cb624ee5d74d1d710f21d92c2d48a1fcf0a45b54b3f992f6f5599fc271d38a7e25ef123b64d405fa60a3d46883fe7a9d71ebad83c9b418f8383 font-adobe-100dpi-1.0.4.tar.xz" |