summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d47c8628f25e..c2c7af5f6690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ttf-iosevka-ss02-term
pkgdesc = Typeface family designed for coding, terminal use and technical documents.
- pkgver = 3.7.1
+ pkgver = 4.0.0
pkgrel = 1
url = https://typeof.net/Iosevka/
arch = any
license = OFL
- source = https://github.com/be5invis/Iosevka/releases/download/v3.7.1/ttf-iosevka-term-ss02-3.7.1.zip
- source = ttf-iosevka-ss02-term-3.7.1-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v3.7.1/LICENSE.md
- sha256sums = f2769fde0a2a28c8324cf8d885a8f0153b49c88eed6428aeb5b8da480f34c7b2
+ source = https://github.com/be5invis/Iosevka/releases/download/v4.0.0/ttf-iosevka-term-ss02-4.0.0.zip
+ source = ttf-iosevka-ss02-term-4.0.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v4.0.0/LICENSE.md
+ sha256sums = b0f9b0223f26429e7a7a4b8217eec73121b63ff11db572861fc63fbf59f50001
sha256sums = e61c0988bb231a321f14cce1b119a468f279ea86826c32e943ab16dbf08c1ba9
pkgname = ttf-iosevka-ss02-term
diff --git a/PKGBUILD b/PKGBUILD
index 5d9bf0fd8e97..2e260e9028ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Karrq
+# Maintainer: Francesco Dainese <franci.dainese@gmail.com>
# base: https://aur.archlinux.org/packages/ttf-iosevka-term/
pkgname=ttf-iosevka-ss02-term
-pkgver=3.7.1
+pkgver=4.0.0
pkgrel=1
pkgdesc='Typeface family designed for coding, terminal use and technical documents.'
arch=('any')
@@ -9,11 +9,11 @@ url='https://typeof.net/Iosevka/'
license=('OFL')
source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/ttf-iosevka-term-ss02-${pkgver}.zip"
"${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md")
-sha256sums=('f2769fde0a2a28c8324cf8d885a8f0153b49c88eed6428aeb5b8da480f34c7b2'
+sha256sums=('b0f9b0223f26429e7a7a4b8217eec73121b63ff11db572861fc63fbf59f50001'
'e61c0988bb231a321f14cce1b119a468f279ea86826c32e943ab16dbf08c1ba9')
package() {
install -d ${pkgdir}/usr/share/fonts/TTF/
- install -m644 ttf/*.ttf ${pkgdir}/usr/share/fonts/TTF/
+ install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
install -D -m644 ${pkgname}-${pkgver}-${pkgrel}-LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
}