summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82ce1e04ca15..eeb17cc2710f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-consolas-ligaturized
- pkgdesc = Standard Consolas font with FiraCode ligatures. Versions 1 and 2 are included
+ pkgdesc = Standard Consolas font with FiraCode ligatures. Versions 1, 2 and 3 are included
pkgver = 3.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/somq/consolas-ligaturized
arch = any
license = CUSTOM
diff --git a/PKGBUILD b/PKGBUILD
index 1228991c2319..f0e082a9a2fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
fontname=consolas-ligaturized
pkgname="ttf-${fontname}"
pkgver=3.1
-pkgrel=2
-pkgdesc='Standard Consolas font with FiraCode ligatures. Versions 1 and 2 are included'
+pkgrel=3
+pkgdesc='Standard Consolas font with FiraCode ligatures. Versions 1, 2 and 3 are included'
arch=(any)
license=(CUSTOM)
url="https://github.com/somq/${fontname}"
@@ -13,7 +13,7 @@ sha256sums=(b8c7600c76698efda88441e5e016daee9f1cff1340ba4f360fce0db8f6cc0e65)
package() {
mkdir -p "$pkgdir/usr/share/fonts/${fontname}"
mkdir -p "$pkgdir/usr/share/licenses/${pkgname}"
- cp "${srcdir}/${fontname}-${pkgver}/"*.ttf "$pkgdir/usr/share/fonts/${fontname}"
+ cp "${srcdir}/${fontname}-${pkgver}/Consolas-FiraCode_v1.206/"*.ttf "$pkgdir/usr/share/fonts/${fontname}"
cp "${srcdir}/${fontname}-${pkgver}/Consolas-FiraCode_v2/"*.ttf "$pkgdir/usr/share/fonts/${fontname}"
cp "${srcdir}/${fontname}-${pkgver}/Consolas-FiraCode_v3/"*.ttf "$pkgdir/usr/share/fonts/${fontname}"
cp "${srcdir}/${fontname}-${pkgver}/LICENSE" "$pkgdir/usr/share/licenses/${pkgname}"