rename (add suffix -bin) & update to 0.0.5

This commit is contained in:
qwjyh 2024-04-19 21:36:11 +09:00
parent 3be6e1276d
commit 095d490943
2 changed files with 11 additions and 11 deletions

View file

@ -1,15 +1,15 @@
pkgbase = ttf-juisee pkgbase = ttf-juisee-bin
pkgdesc = A font for programming combined from JuliaMono and LINE Seed JP. pkgdesc = A font for programming combined from JuliaMono and LINE Seed JP.
pkgver = 0.0.4 pkgver = 0.0.5
pkgrel = 1 pkgrel = 1
url = https://github.com/yuru7/juisee url = https://github.com/yuru7/juisee
arch = any arch = any
license = custom:OFL license = custom:OFL
source = https://github.com/yuru7/juisee/releases/download/v0.0.4/Juisee_v0.0.4.zip source = https://github.com/yuru7/juisee/releases/download/v0.0.5/Juisee_v0.0.5.zip
source = https://github.com/yuru7/juisee/releases/download/v0.0.4/Juisee_HW_v0.0.4.zip source = https://github.com/yuru7/juisee/releases/download/v0.0.5/Juisee_HW_v0.0.5.zip
source = https://raw.githubusercontent.com/yuru7/juisee/main/LICENSE source = https://raw.githubusercontent.com/yuru7/juisee/main/LICENSE
sha256sums = 36f7bac0e89d76719d6948fc042721331e22c5a683c5f10de7ddb0ff12c2dde1 sha256sums = fe34a215c1814afdc24b3fa3131d13c7deb2e5625097ce47fa884580eb1983d6
sha256sums = 75c1b3db77e379800e4338d41efa8b48cc1b42f0d31645cc1c7c2f327906db11 sha256sums = f3142e9846608dcb89414155ac9ca96922f4c7efd6156256ed2fee9a956ddee1
sha256sums = 1b4e6393397b7be8b9419b4f238ee675a1fab94d05dde4fec738a83ae25ab3da sha256sums = 1b4e6393397b7be8b9419b4f238ee675a1fab94d05dde4fec738a83ae25ab3da
pkgname = ttf-juisee pkgname = ttf-juisee-bin

View file

@ -1,7 +1,7 @@
# Maintainer: qwjyh <urataw421 at gmail dot com> # Maintainer: qwjyh <urataw421 at gmail dot com>
pkgname=ttf-juisee pkgname=ttf-juisee-bin
pkgver=0.0.4 pkgver=0.0.5
pkgrel=1 pkgrel=1
pkgdesc="A font for programming combined from JuliaMono and LINE Seed JP. " pkgdesc="A font for programming combined from JuliaMono and LINE Seed JP. "
arch=('any') arch=('any')
@ -11,8 +11,8 @@ source=("$url/releases/download/v$pkgver/Juisee_v$pkgver.zip"
"$url/releases/download/v$pkgver/Juisee_HW_v$pkgver.zip" "$url/releases/download/v$pkgver/Juisee_HW_v$pkgver.zip"
"https://raw.githubusercontent.com/yuru7/juisee/main/LICENSE") "https://raw.githubusercontent.com/yuru7/juisee/main/LICENSE")
sha256sums=('36f7bac0e89d76719d6948fc042721331e22c5a683c5f10de7ddb0ff12c2dde1' sha256sums=('fe34a215c1814afdc24b3fa3131d13c7deb2e5625097ce47fa884580eb1983d6'
'75c1b3db77e379800e4338d41efa8b48cc1b42f0d31645cc1c7c2f327906db11' 'f3142e9846608dcb89414155ac9ca96922f4c7efd6156256ed2fee9a956ddee1'
'1b4e6393397b7be8b9419b4f238ee675a1fab94d05dde4fec738a83ae25ab3da') '1b4e6393397b7be8b9419b4f238ee675a1fab94d05dde4fec738a83ae25ab3da')
package() { package() {