summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRex2020-08-12 11:10:01 +0800
committerRex2020-08-12 11:10:01 +0800
commit06e21bed6cd5a628c43954b636c16d47e8fa5d3f (patch)
treeadb5e75cd071d9b2b1e19e28bc81ac4559d48371 /PKGBUILD
parent10666c93cc9b24c68f1b03cf91a2027dec38bbf3 (diff)
downloadaur-ttf-ligatured-hack.tar.gz
new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5462824d322..74e5ac38e429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: timescam <rex.ky.ng at gmail dot com>
pkgname=ttf-ligatured-hack
-pkgver=v3.003+FC3.1+JBMv2.001
-pkgrel=2
+pkgver=v3.003+Nv2.1.0+FC3.1+JBMv2.001
+pkgrel=1
pkgdesc="Latest ligatures with Hack font built with fully automated CI/CD by gaplo917"
arch=("any")
url="https://github.com/gaplo917/Ligatured-Hack"
@@ -12,12 +12,12 @@ provides=("ttf-hack")
conflicts=("ttf-hack-ligatured")
source=("https://github.com/gaplo917/Ligatured-Hack/releases/download/${pkgver}/HackLigatured-${pkgver}.zip"
"${pkgver}-LICENSE::https://raw.githubusercontent.com/gaplo917/Ligatured-Hack/master/LICENSE")
-sha256sums=("5de88284b3e0a428146e46c0671dbe3044406d8fad18c0fa2edd35ae33ba2a74"
+sha256sums=("82ffde5a31acf4ec36dd783e84cf36e1faceb7ab13a9ac119531106ebf1fab6b"
"8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903")
package() {
mkdir -p ${pkgdir}/usr/share/fonts/TTF/${_pkgname}
- install -m644 ${srcdir}/output/*.ttf ${pkgdir}/usr/share/fonts/TTF/${_pkgname}
+ install -m644 ${srcdir}/*.ttf ${pkgdir}/usr/share/fonts/TTF/${_pkgname}
install -Dm644 ./${pkgver}-LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/${pkgver}-LICENSE
}