summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelder Bertoldo2023-07-24 20:39:38 -0300
committerHelder Bertoldo2023-07-24 20:39:38 -0300
commit300489f3b5ab165c1ea8fc63a07db23dfe52f258 (patch)
tree6eaf1844aa1ddb00ad029415cbe4d7636a688641
parent553aa3b8a6d0dd251954ee39498d1e83d03d7e96 (diff)
downloadaur-300489f3b5ab165c1ea8fc63a07db23dfe52f258.tar.gz
remove duplication, when ttf version is installed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2011edc7218f..a61c70154b64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lora-font-git
pkgdesc = Contemporary serif font that supports Latin and Cyrillic scripts. Includes OTF, TTF and variable.
pkgver = r254.c11db343
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cyrealtype/Lora-Cyrillic
arch = any
license = OFL
diff --git a/PKGBUILD b/PKGBUILD
index 743c32857ac8..fc10a9cfa6ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _author=cyrealtype
_auxname=lora-font
pkgname=("${_auxname}-git")
pkgver=r254.c11db343
-pkgrel=1
+pkgrel=2
pkgdesc='Contemporary serif font that supports Latin and Cyrillic scripts. Includes OTF, TTF and variable.'
arch=('any')
makedepends=('git')
@@ -22,9 +22,7 @@ sha256sums=(
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/Variable/"
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/"
}