summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorslimymars2022-08-23 12:15:58 +0900
committerslimymars2022-08-23 12:15:58 +0900
commit13c55d8b28f8672fbcc55ebc2a6144051faab1c1 (patch)
tree0583522a1df797baf3afe1f6947e6fd799e6b738
parent0b1963d4a53a25f9fcd725ecc1fd1cdd7e3bcaf2 (diff)
downloadaur-13c55d8b28f8672fbcc55ebc2a6144051faab1c1.tar.gz
Update to 2.7.1-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c8437a33d7e..d6bdc98c785e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ttf-hackgen
pkgdesc = Composite font of Hack and GenJyuu-Gothic. This package includes HackGen-Nerd.
- pkgver = 2.6.4
+ pkgver = 2.7.1
pkgrel = 1
url = https://github.com/yuru7/HackGen
arch = any
license = custom
- source = https://github.com/yuru7/HackGen/releases/download/v2.6.4/HackGen_v2.6.4.zip
- source = https://github.com/yuru7/HackGen/releases/download/v2.6.4/HackGenNerd_v2.6.4.zip
- source = https://raw.githubusercontent.com/yuru7/HackGen/v2.6.4/LICENSE
- sha256sums = 2462ad3cf6bfe3750ce91090f2cec88e74ff11368efa2507eaa3cb328974532a
- sha256sums = e7791bf80b797d270ff97ad63f41f37014bfe4f7735c9d3573ae69bee04ced5e
+ source = https://github.com/yuru7/HackGen/releases/download/v2.7.1/HackGen_v2.7.1.zip
+ source = https://github.com/yuru7/HackGen/releases/download/v2.7.1/HackGen_NF_v2.7.1.zip
+ source = https://raw.githubusercontent.com/yuru7/HackGen/v2.7.1/LICENSE
+ sha256sums = ec492a85dae77ff81818e75f775ec03bc391a96cf97c816fed1d221375b7be32
+ sha256sums = 3c1949682567f8b4d4984c30b1439f051f2062a3138ddbf2262c12d087f60d92
sha256sums = 9bfc3b3826a9c71042b87fda90a19cda4918894cdbd449cab163b7a7c93c5aa7
pkgname = ttf-hackgen
diff --git a/PKGBUILD b/PKGBUILD
index b6a167207dc9..54c2565545bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
# Maintainer: slimymars <slimymars at gmail dot com>
# Contributor: LaFr4nc3 <lafr4nc3 at gmail dot com>
pkgname=ttf-hackgen
-pkgver=2.6.4
+pkgver=2.7.1
pkgrel=1
pkgdesc="Composite font of Hack and GenJyuu-Gothic. This package includes HackGen-Nerd."
arch=("any")
url="https://github.com/yuru7/HackGen"
license=("custom")
source=("https://github.com/yuru7/HackGen/releases/download/v${pkgver}/HackGen_v${pkgver}.zip"
- "https://github.com/yuru7/HackGen/releases/download/v${pkgver}/HackGenNerd_v${pkgver}.zip"
+ "https://github.com/yuru7/HackGen/releases/download/v${pkgver}/HackGen_NF_v${pkgver}.zip"
"https://raw.githubusercontent.com/yuru7/HackGen/v${pkgver}/LICENSE")
-sha256sums=('2462ad3cf6bfe3750ce91090f2cec88e74ff11368efa2507eaa3cb328974532a'
- 'e7791bf80b797d270ff97ad63f41f37014bfe4f7735c9d3573ae69bee04ced5e'
+sha256sums=('ec492a85dae77ff81818e75f775ec03bc391a96cf97c816fed1d221375b7be32'
+ '3c1949682567f8b4d4984c30b1439f051f2062a3138ddbf2262c12d087f60d92'
'9bfc3b3826a9c71042b87fda90a19cda4918894cdbd449cab163b7a7c93c5aa7')
package() {
install -d ${pkgdir}/usr/share/fonts/TTF
install -m644 HackGen_v${pkgver}/*.ttf ${pkgdir}/usr/share/fonts/TTF/
- install -m644 HackGenNerd_v${pkgver}/*.ttf ${pkgdir}/usr/share/fonts/TTF/
+ install -m644 HackGen_NF_v${pkgver}/*.ttf ${pkgdir}/usr/share/fonts/TTF/
cd ${srcdir}