summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadu Potop2021-11-21 16:40:11 +0000
committerRadu Potop2021-11-21 16:40:11 +0000
commit7d488ad9e24e854abd77af39ad092e7f86fb6d23 (patch)
tree387ea72734fd9d87dbabc3f2075807834af98e31
parent62b0b2dc93ba68b73f3595cab712bf46d7a26886 (diff)
downloadaur-7d488ad9e24e854abd77af39ad092e7f86fb6d23.tar.gz
Updated to 3.001, fixed variable font path
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 350c7f0c0c70..78554575944a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lora-font-git
- pkgdesc = Contemporary serif font that supports Latin and Cyrillic scripts. Includes OTF, TTF and VF variants.
- pkgver = 3.000
+ pkgdesc = Contemporary serif font that supports Latin and Cyrillic scripts. Includes OTF, TTF and variable.
+ pkgver = 3.001
pkgrel = 1
url = https://github.com/cyrealtype/Lora-Cyrillic
arch = any
@@ -9,4 +9,3 @@ pkgbase = lora-font-git
sha256sums = SKIP
pkgname = lora-font-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 27f3139a457e..66f18d6460aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Radu Potop <radu at wooptoo dot com>
pkgname=lora-font-git
-pkgver=3.000
+pkgver=3.001
pkgrel=1
-pkgdesc='Contemporary serif font that supports Latin and Cyrillic scripts. Includes OTF, TTF and VF variants.'
+pkgdesc='Contemporary serif font that supports Latin and Cyrillic scripts. Includes OTF, TTF and variable.'
arch=('any')
url="https://github.com/cyrealtype/Lora-Cyrillic"
license=('OFL')
@@ -19,8 +19,8 @@ package() {
cd "${srcdir}/Lora-Cyrillic"
mkdir -p "${pkgdir}/usr/share/fonts/OTF/"
mkdir -p "${pkgdir}/usr/share/fonts/TTF/"
- mkdir -p "${pkgdir}/usr/share/fonts/OTVF/"
+ mkdir -p "${pkgdir}/usr/share/fonts/Variable/"
install -Dm644 fonts/otf/* "${pkgdir}/usr/share/fonts/OTF/"
install -Dm644 fonts/ttf/* "${pkgdir}/usr/share/fonts/TTF/"
- install -Dm644 fonts/vf/* "${pkgdir}/usr/share/fonts/OTVF/"
+ install -Dm644 fonts/variable/* "${pkgdir}/usr/share/fonts/Variable/"
}