summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaFr4nc32020-06-02 19:57:04 +0900
committerLaFr4nc32020-06-02 19:57:04 +0900
commit553fe64f24f7766d8b311caea6cf728aeb600f53 (patch)
tree0ff6defc2b0858ed18008e9a13c7ca342d850b61
parent04538074560f153235dd99189c5caf871c296acc (diff)
downloadaur-553fe64f24f7766d8b311caea6cf728aeb600f53.tar.gz
Update to 2.0.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 976321aa5a54..819aa6555398 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = ttf-hackgen
pkgdesc = HackGen is a composite font of Hack and GenJyuu-Gothic.
- pkgver = 1.4.1
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/yuru7/HackGen
arch = any
license = custom
- source = https://github.com/yuru7/HackGen/releases/download/v1.4.1/HackGen_v1.4.1.zip
- source = https://raw.githubusercontent.com/yuru7/HackGen/v1.4.1/LICENSE.txt
- md5sums = efd9891606d3d3b735e72c994ca85bb5
- md5sums = 8ddf37fb8b4fe29428dd085beb8a8718
+ source = https://github.com/yuru7/HackGen/releases/download/v2.0.0/HackGen_v2.0.0.zip
+ source = https://github.com/yuru7/HackGen/releases/download/v2.0.0/HackGenNerd_v2.0.0.zip
+ source = https://raw.githubusercontent.com/yuru7/HackGen/v2.0.0/LICENSE.txt
+ sha256sums = 5ad5c40f2476cd37bf48a496da3ebc5f08c2d817ea4d672fe39c6cb93d91010a
+ sha256sums = 022a2c376dee8523334643e22ce50411ce668d7daadc7857d4382f685393d03a
+ sha256sums = 8ac2fc3472cd8c8c988bbd047a9739f528f614a3e61ff0925e26d2e76e53301d
pkgname = ttf-hackgen
diff --git a/PKGBUILD b/PKGBUILD
index 7df10f88bdb7..e4a092d348f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,22 @@
# Maintainer: LaFr4nc3 <lafr4nc3 at gmail dot com>
pkgname=ttf-hackgen
-pkgver=1.4.1
+pkgver=2.0.0
pkgrel=1
pkgdesc="HackGen is a composite font of Hack and GenJyuu-Gothic."
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://raw.githubusercontent.com/yuru7/HackGen/v${pkgver}/LICENSE.txt")
-md5sums=("efd9891606d3d3b735e72c994ca85bb5"
- "8ddf37fb8b4fe29428dd085beb8a8718")
+sha256sums=("5ad5c40f2476cd37bf48a496da3ebc5f08c2d817ea4d672fe39c6cb93d91010a"
+ "022a2c376dee8523334643e22ce50411ce668d7daadc7857d4382f685393d03a"
+ "8ac2fc3472cd8c8c988bbd047a9739f528f614a3e61ff0925e26d2e76e53301d")
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/
cd ${srcdir}