summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMunzir Taha2016-11-22 20:53:45 +0300
committerMunzir Taha2016-11-22 20:53:45 +0300
commit8f4c1212c187ed8a1f81aff61f9f00d531a4e7ad (patch)
tree82662e19e25ab397ee1109ae003cbefb6f96c326
parenteca7a3852295dff731e3b792a8e3ddc4205d240c (diff)
downloadaur-8f4c1212c187ed8a1f81aff61f9f00d531a4e7ad.tar.gz
upgpkg: ttf-amiri 0.109
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dabfe6415b98..720b4f1c0d0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = ttf-amiri
pkgdesc = A classical Arabic typeface in Naskh style poineered by Amiria Press
- pkgver = 0.108
- pkgrel = 2
+ pkgver = 0.109
+ pkgrel = 1
url = http://www.amirifont.org/
- install = ttf-amiri.install
arch = any
license = custom:OFL
- source = https://github.com/khaledhosny/amiri-font/releases/download/0.108/amiri-0.108.zip
- sha256sums = 1b33e4106b61ca8b9743e9c2b75230c637386b331c79cb6dd2bcddf50738f8f5
+ source = https://github.com/khaledhosny/amiri-font/releases/download/0.109/amiri-0.109.zip
+ sha256sums = 97ee6e40d87f4b31de15d9a93bb30bf27bf308f0814f4ee9c47365b027402ad6
pkgname = ttf-amiri
diff --git a/PKGBUILD b/PKGBUILD
index e06647cf8c2e..0d3e96b961f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,22 @@
# Maintainer: Munzir Taha <munzirtaha@gmail.com>
pkgname=ttf-amiri
-pkgver=0.108
-pkgrel=2
+pkgver=0.109
+pkgrel=1
pkgdesc="A classical Arabic typeface in Naskh style poineered by Amiria Press"
arch=('any')
url="http://www.amirifont.org/"
license=('custom:OFL')
-install=ttf-amiri.install
source=(https://github.com/khaledhosny/amiri-font/releases/download/$pkgver/amiri-$pkgver.zip)
-sha256sums=('1b33e4106b61ca8b9743e9c2b75230c637386b331c79cb6dd2bcddf50738f8f5')
+sha256sums=('97ee6e40d87f4b31de15d9a93bb30bf27bf308f0814f4ee9c47365b027402ad6')
package() {
cd "$srcdir/amiri-$pkgver"
install -d "$pkgdir/usr/share/fonts/TTF"
install -Dm644 *.ttf "$pkgdir/usr/share/fonts/TTF"
# licences
- cd "$srcdir/amiri-$pkgver"
install -Dm644 OFL.txt "${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt"
# docs
install -d $pkgdir/usr/share/doc/$pkgname
- cd "$srcdir/amiri-$pkgver"
install -m644 *.pdf {NEWS,README}{,-Arabic} "$pkgdir/usr/share/doc/$pkgname/"
}