summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMunzir Taha2021-09-22 21:13:54 +0300
committerMunzir Taha2021-09-22 21:13:54 +0300
commit3477e3ba70efc55b397f742f310fac38f87c53f5 (patch)
treedc53dfdf9cf9ed1a527a02fa6111a5d0a3f2de2e
parent4e74b2a047a6005784d8f95110d92635185135a9 (diff)
downloadaur-3477e3ba70efc55b397f742f310fac38f87c53f5.tar.gz
Finding Nemo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14b2cbbb70a1..3178695a0e43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-qurancomplex-fonts
pkgdesc = Arabic fonts by King Fahd Glorious Quran Printing Complex in al-Madinah al-Munawwarah
pkgver = 20210808
- pkgrel = 2
+ pkgrel = 3
url = http://fonts.qurancomplex.gov.sa
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index cb041382f618..83c6c320e3b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Munzir Taha <munzirtaha@gmail.com>
pkgname=ttf-qurancomplex-fonts
pkgver=20210808
-pkgrel=2
+pkgrel=3
pkgdesc="Arabic fonts by King Fahd Glorious Quran Printing Complex in al-Madinah al-Munawwarah"
arch=('any')
url="http://fonts.qurancomplex.gov.sa"
@@ -54,6 +54,7 @@ sha256sums=(
package() {
cd "$srcdir"
- install -Dm644 *.[ot]tf -t "$pkgdir/usr/share/fonts/TTF"
- install -Dm644 *.doc */*.doc -t "$pkgdir/usr/share/doc/$pkgname/"
+ shopt -s globstar
+ install -Dm644 **/*[ot]tf -t "$pkgdir/usr/share/fonts/TTF"
+ install -Dm644 **/*doc -t "$pkgdir/usr/share/doc/$pkgname/"
}