summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2018-02-09 08:28:23 +0330
committerMohammadreza Abdollahzadeh2018-02-09 08:28:23 +0330
commit34947b0ab30eeb5cba86d8b3d500676b0fcc08f8 (patch)
tree84cdb4abd36b812efdf179303f4237b28aec19a4
parentcbc3f5351538b31117a1fddbc47e812a40ee00e4 (diff)
downloadaur-34947b0ab30eeb5cba86d8b3d500676b0fcc08f8.tar.gz
update to v0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8020bf28eb78..19531e6d0c46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Oct 14 13:20:18 UTC 2017
pkgbase = tanha-fonts
pkgdesc = A beautiful Persian font based on Samim and Vazir font.
- pkgver = 0.8
+ pkgver = 0.9
pkgrel = 1
url = https://rastikerdar.github.io/tanha-font/
arch = any
@@ -10,8 +8,8 @@ pkgbase = tanha-fonts
depends = fontconfig
provides = ttf-tanha
conflicts = ttf-tanha
- source = tanha-fonts-0.8.zip::https://github.com/rastikerdar/tanha-font/releases/download/v0.8/tanha-font-v0.8.zip
- sha256sums = 7ff0e6a393e258c5db29e6ff0adf6c31d8d39991290cd77f530672a40f11e04f
+ source = tanha-fonts-0.9.zip::https://github.com/rastikerdar/tanha-font/releases/download/v0.9/tanha-font-v0.9.zip
+ sha256sums = ab3c2ed8337aacd2945ac132287cd0b1bba3cead265d82126f6e52ae7a752f09
pkgname = tanha-fonts
diff --git a/PKGBUILD b/PKGBUILD
index df883c1d0f7c..85096f50dfbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=tanha-fonts
-pkgver=0.8
+pkgver=0.9
pkgrel=1
pkgdesc="A beautiful Persian font based on Samim and Vazir font."
url="https://rastikerdar.github.io/tanha-font/"
@@ -11,12 +11,12 @@ depends=('fontconfig')
provides=('ttf-tanha')
conflicts=('ttf-tanha')
source=("${pkgname}-${pkgver}.zip::https://github.com/rastikerdar/tanha-font/releases/download/v${pkgver}/tanha-font-v${pkgver}.zip")
-sha256sums=('7ff0e6a393e258c5db29e6ff0adf6c31d8d39991290cd77f530672a40f11e04f')
+sha256sums=('ab3c2ed8337aacd2945ac132287cd0b1bba3cead265d82126f6e52ae7a752f09')
package() {
install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
- install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 ./Tanha*.{eot,ttf,woff{,2}}
- install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 ./{Farsi*,Without-Latin}/Tanha*.{eot,ttf,woff{,2}}
+ install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 ./Tanha*.ttf
+ install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 ./{Farsi*,Without-Latin}/Tanha*.ttf
install -Dm644 ./LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}