diff options
author | Ermine <mustela@erminea.space> | 2024-08-31 08:53:51 +0000 |
---|---|---|
committer | Ermine <mustela@erminea.space> | 2024-09-01 12:54:01 +0000 |
commit | 89074cd463e284f3986ce551dbe958c67a44bdb9 (patch) | |
tree | 10e9b6cd069d0d82a651d045d0b8b7f6b3f1a1c5 | |
parent | 5342f2a37a4e5ab272023896770e9a4dbd345f66 (diff) | |
download | packages-89074cd463e284f3986ce551dbe958c67a44bdb9.tar.gz packages-89074cd463e284f3986ce551dbe958c67a44bdb9.tar.bz2 packages-89074cd463e284f3986ce551dbe958c67a44bdb9.tar.xz packages-89074cd463e284f3986ce551dbe958c67a44bdb9.zip |
user/font-bh-lucidatypewriter-75dpi: upgrade to 1.0.4
-rw-r--r-- | user/font-bh-lucidatypewriter-75dpi/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/font-bh-lucidatypewriter-75dpi/APKBUILD b/user/font-bh-lucidatypewriter-75dpi/APKBUILD index 67d155853..9a2d26282 100644 --- a/user/font-bh-lucidatypewriter-75dpi/APKBUILD +++ b/user/font-bh-lucidatypewriter-75dpi/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=font-bh-lucidatypewriter-75dpi -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=0 pkgdesc="75dpi Lucida Typewriter X11 font from Bigelow & Holmes" url="https://www.X.Org/" @@ -10,7 +10,7 @@ license="Lucida" depends="encodings font-alias fontconfig mkfontscale" makedepends="bdftopcf font-util-dev util-macros" subpackages="" -source="https://www.x.org/releases/individual/font/font-bh-lucidatypewriter-75dpi-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/font/font-bh-lucidatypewriter-75dpi-$pkgver.tar.xz" prepare() { default_prepare @@ -37,4 +37,4 @@ package() { find "$pkgdir" -name fonts.dir -exec rm {} + } -sha512sums="2bba19c10df8e95f95d59d5fc7c15380c91a5140b0fa490497dbdf78a5574adae06a5566941c8c61e4a9850712fc9ca16974173aeee771f41976f472f0a2de13 font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2" +sha512sums="bfe2776b84533dd23648df42b2c74fb7f49e665e4f2128c6af529425a1569051c9ddadb696dfa7a6bd959a4929f8a75f7e4fbd7da7767d272a0a8a5424a879cf font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz" |