summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2017-11-04 10:54:24 +0330
committerMohammadreza Abdollahzadeh2017-11-04 10:54:24 +0330
commit1df74218d8d926fe1c6e0a15e54a2fa69e15e5a9 (patch)
tree1ddd737c84de3dc682d323902cbb6836f3630d0f
parent04155567fd65fa690088ae6431db8e98d38b033c (diff)
downloadaur-1df74218d8d926fe1c6e0a15e54a2fa69e15e5a9.tar.gz
update to v2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2834863b5d2..4197c6cef506 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 21 18:32:12 UTC 2017
+# Sat Nov 4 07:24:05 UTC 2017
pkgbase = samim-fonts
pkgdesc = A beautiful Persian font based on Vazir font.
- pkgver = 1.0.2
+ pkgver = 2.0.1
pkgrel = 1
url = https://rastikerdar.github.io/samim-font/
arch = any
@@ -13,8 +13,8 @@ pkgbase = samim-fonts
conflicts = ttf-samim
conflicts = samim-fonts
replaces = ttf-samim
- source = samim-fonts-1.0.2.zip::https://github.com/rastikerdar/samim-font/releases/download/v1.0.2/samim-font-v1.0.2.zip
- sha256sums = 1cdcc17cc40c422d9dce7491a5ba9701bf2a6947c42295ccc81218cbe786854e
+ source = samim-fonts-2.0.1.zip::https://github.com/rastikerdar/samim-font/releases/download/v2.0.1/samim-font-v2.0.1.zip
+ sha256sums = 2d03590a09edc23fc5336edb2a9b67586bbccda14b2320d26a06baf107f51684
pkgname = samim-fonts
diff --git a/PKGBUILD b/PKGBUILD
index 217007efa23c..18e1bd4b896b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=samim-fonts
-pkgver=1.0.2
+pkgver=2.0.1
pkgrel=1
pkgdesc="A beautiful Persian font based on Vazir font."
url="https://rastikerdar.github.io/samim-font/"
@@ -13,12 +13,12 @@ provides=('ttf-samim' "$pkgname")
conflicts=('ttf-samim' "$pkgname")
replaces=('ttf-samim')
source=("$pkgname-$pkgver.zip::https://github.com/rastikerdar/samim-font/releases/download/v$pkgver/samim-font-v$pkgver.zip")
-sha256sums=('1cdcc17cc40c422d9dce7491a5ba9701bf2a6947c42295ccc81218cbe786854e')
+sha256sums=('2d03590a09edc23fc5336edb2a9b67586bbccda14b2320d26a06baf107f51684')
package() {
install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
- install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 ./Samim*.{eot,ttf,woff}
- install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 ./{Farsi*,Without-Latin}/Samim*.{eot,ttf,woff}
+ install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 ./Samim*.{eot,ttf,woff*}
+ install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 ./{Farsi*,Without-Latin}/Samim*.{eot,ttf,woff*}
install -Dm644 ./LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}