Use new version
This commit is contained in:
parent
831c7555de
commit
a398ca35a8
|
@ -1,12 +1,12 @@
|
|||
pkgbase = ttf-iosevka-lyte
|
||||
pkgdesc = lytedev's customized Iosevka font
|
||||
pkgver = 7.2.8
|
||||
pkgdesc = lytedev's customized Iosevka font primarily for the Kitty terminal emulator
|
||||
pkgver = 16.4.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/lytedev/Iosevka
|
||||
arch = any
|
||||
license = SIL Open Font License v1.1
|
||||
source = https://files.lyte.dev/iosevkalyte/rel/iosevkalyte-7.2.8.tar.zstd
|
||||
source = ttf-iosevka-lyte-7.2.8-1-LICENSE.md::https://files.lyte.dev/iosevkalyte/rel/iosevkalyte-7.2.8-LICENSE.md
|
||||
source = https://files.lyte.dev/iosevkalyte/rel/iosevkalyte-16.4.0.tar.zstd
|
||||
source = ttf-iosevka-lyte-16.4.0-1-LICENSE.md::https://files.lyte.dev/iosevkalyte/rel/iosevkalyte-16.4.0-LICENSE.md
|
||||
sha256sums = b52d069ccdc28bce58c5ef640fa6782cd01ca0b603e9b87fa0f9b5c9eac47cb3
|
||||
sha256sums = 72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Maintainer: Daniel Flanagan <daniel@lyte.dev>
|
||||
|
||||
pkgname=ttf-iosevka-lyte
|
||||
pkgver=7.2.8
|
||||
pkgver=16.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="lytedev's customized Iosevka font"
|
||||
pkgdesc="lytedev's customized Iosevka font primarily for the Kitty terminal emulator"
|
||||
arch=('any')
|
||||
url="https://github.com/lytedev/Iosevka"
|
||||
license=('SIL Open Font License v1.1')
|
||||
source=("https://files.lyte.dev/iosevkalyte/rel/iosevkalyte-${pkgver}.tar.zstd"
|
||||
"${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://files.lyte.dev/iosevkalyte/rel/iosevkalyte-${pkgver}-LICENSE.md")
|
||||
sha256sums=("b52d069ccdc28bce58c5ef640fa6782cd01ca0b603e9b87fa0f9b5c9eac47cb3"
|
||||
"72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80")
|
||||
source=("https://files.lyte.dev/iosevkalyte/rel/iosevkalyteterm-${pkgver}.tar.zstd"
|
||||
"${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://files.lyte.dev/iosevkalyte/rel/iosevkalyteterm-${pkgver}-LICENSE.md")
|
||||
sha256sums=("655c95c58f7a39c13a7236f94107622fd0166a92ee1a8aa3742ad2aef76f9e8e"
|
||||
"46ecadda73abf39cda76731a94fd357b743f882dc1156b4410a2967a811c4ff1")
|
||||
|
||||
package() {
|
||||
install -d ${pkgdir}/usr/share/fonts/TTF/
|
||||
install -m644 iosevkalyte/ttf/*.ttf ${pkgdir}/usr/share/fonts/TTF/
|
||||
install -m644 iosevkalyteterm/ttf/*.ttf ${pkgdir}/usr/share/fonts/TTF/
|
||||
install -D -m644 ${pkgname}-${pkgver}-${pkgrel}-LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue