summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMunzir Taha2021-10-12 17:32:22 +0300
committerMunzir Taha2021-10-12 17:32:22 +0300
commitc9d091f256cf9169a0ed29badb361fc6434257d9 (patch)
tree0e0558bf28e8d20a7c1e1c193daada26901edb38 /PKGBUILD
parent3477e3ba70efc55b397f742f310fac38f87c53f5 (diff)
downloadaur-c9d091f256cf9169a0ed29badb361fc6434257d9.tar.gz
Moved from generic TTF to its own dir for better caching
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83c6c320e3b3..8160f469d390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Munzir Taha <munzirtaha@gmail.com>
pkgname=ttf-qurancomplex-fonts
pkgver=20210808
-pkgrel=3
+pkgrel=4
pkgdesc="Arabic fonts by King Fahd Glorious Quran Printing Complex in al-Madinah al-Munawwarah"
arch=('any')
url="http://fonts.qurancomplex.gov.sa"
@@ -55,6 +55,6 @@ sha256sums=(
package() {
cd "$srcdir"
shopt -s globstar
- install -Dm644 **/*[ot]tf -t "$pkgdir/usr/share/fonts/TTF"
- install -Dm644 **/*doc -t "$pkgdir/usr/share/doc/$pkgname/"
+ install -Dm644 **/*.[ot]tf -t "$pkgdir/usr/share/fonts/qurancomplex"
+ install -Dm644 **/*.doc -t "$pkgdir/usr/share/doc/$pkgname/"
}