summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-11-09 15:30:36 +0330
committerAli Molaei2019-11-09 15:30:36 +0330
commit3fefb116fe6d832c0465e737df094301edd0bea2 (patch)
tree8493215659c5f012608cd8384f049c7f6bd341eb
parentb43fdcbc974198d74c9b07c278e05bbcdc79bb08 (diff)
downloadaur-3fefb116fe6d832c0465e737df094301edd0bea2.tar.gz
Update to 3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a16c6142210..6022fe02e63d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sahel-fonts
pkgdesc = A beautiful Persian font.
- pkgver = 3.1.1
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/rastikerdar/sahel-font
arch = any
@@ -8,8 +8,8 @@ pkgbase = sahel-fonts
depends = fontconfig
provides = ttf-sahel
conflicts = ttf-sahel
- source = sahel-fonts-3.1.1.zip::https://github.com/rastikerdar/sahel-font/releases/download/v3.1.1/sahel-font-v3.1.1.zip
- sha256sums = 82c978e152f58b89c114f79560d8e091ba6655099c104ebe358a08524a37b9d4
+ source = sahel-fonts-3.2.0.zip::https://github.com/rastikerdar/sahel-font/releases/download/v3.2.0/sahel-font-v3.2.0.zip
+ sha256sums = 44160c6e2067de4046648865b6148d4f302f2d9ae8b55d6196e30ca895047837
pkgname = sahel-fonts
diff --git a/PKGBUILD b/PKGBUILD
index 79cf0d60af01..f2a1a41e9284 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=sahel-fonts
-pkgver=3.1.1
+pkgver=3.2.0
pkgrel=1
pkgdesc="A beautiful Persian font."
url="https://github.com/rastikerdar/sahel-font"
@@ -12,7 +12,7 @@ depends=('fontconfig')
provides=('ttf-sahel')
conflicts=('ttf-sahel')
source=("${pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver//_/-}/sahel-font-v${pkgver//_/-}.zip")
-sha256sums=('82c978e152f58b89c114f79560d8e091ba6655099c104ebe358a08524a37b9d4')
+sha256sums=('44160c6e2067de4046648865b6148d4f302f2d9ae8b55d6196e30ca895047837')
package() {
install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
@@ -20,4 +20,3 @@ package() {
install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 ./{Farsi*,Without-Latin}/Sahel*.ttf
install -Dm644 ./LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-# vim:set ts=2 sw=2 et: