summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4986fb7fd83d..35c9f8237d49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = lora-cyrillic-font
pkgdesc = Contemporary serif font that supports Latin and Cyrillic scripts. Includes OTF, TTF, Variable and Webfonts.
- pkgver = 3.003
+ pkgver = 3.005
pkgrel = 1
url = https://github.com/cyrealtype/Lora-Cyrillic
arch = any
license = OFL
- source = https://github.com/cyrealtype/Lora-Cyrillic/releases/download/v3.003/Lora-v3.003.zip
- sha256sums = a57f214f5980c86bd5f2799eaf554a0b5503c30981e013d2f7840704f80b5b76
+ source = https://github.com/cyrealtype/Lora-Cyrillic/releases/download/v3.005/Lora-v3.005.zip
+ sha256sums = 845821126d828b44b7125ba2d97d75ae39511d9c1b0fd1a1ef0ed3371be413e9
pkgname = lora-cyrillic-font
diff --git a/PKGBUILD b/PKGBUILD
index c44db995875c..9efa5515569f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Radu Potop <radu at wooptoo dot com>
pkgname=lora-cyrillic-font
-pkgver=3.003
+pkgver=3.005
pkgrel=1
pkgdesc='Contemporary serif font that supports Latin and Cyrillic scripts. Includes OTF, TTF, Variable and Webfonts.'
arch=('any')
@@ -18,10 +18,10 @@ package() {
mkdir -p "${pkgdir}/usr/share/fonts/Variable/"
mkdir -p "${pkgdir}/usr/share/fonts/Webfonts/"
cd "${srcdir}"
- install -Dm644 otf/* "${pkgdir}/usr/share/fonts/OTF/"
- install -Dm644 ttf/* "${pkgdir}/usr/share/fonts/TTF/"
- install -Dm644 variable/* "${pkgdir}/usr/share/fonts/Variable/"
- install -Dm644 webfonts/* "${pkgdir}/usr/share/fonts/Webfonts/"
+ install -Dm644 fonts/otf/* "${pkgdir}/usr/share/fonts/OTF/"
+ install -Dm644 fonts/ttf/* "${pkgdir}/usr/share/fonts/TTF/"
+ install -Dm644 fonts/variable/* "${pkgdir}/usr/share/fonts/Variable/"
+ install -Dm644 fonts/webfonts/* "${pkgdir}/usr/share/fonts/Webfonts/"
}
-sha256sums=('a57f214f5980c86bd5f2799eaf554a0b5503c30981e013d2f7840704f80b5b76')
+sha256sums=('845821126d828b44b7125ba2d97d75ae39511d9c1b0fd1a1ef0ed3371be413e9')