summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-03-04 09:47:09 +0330
committerAli Molaei2019-03-04 09:47:09 +0330
commita6ee4ed112126e29de9c2d3d6558165b2b0a2fcf (patch)
treefcd144632661b9789bdcd902cca85462ff083449
parent40f460363fd3cd30baee60c89e53a5ee591bdef5 (diff)
downloadaur-a6ee4ed112126e29de9c2d3d6558165b2b0a2fcf.tar.gz
Update to 1.0.0_alpha22
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD8
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26a49f812e72..e09329139ac0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun May 20 15:41:42 UTC 2018
pkgbase = sahel-fonts
pkgdesc = A beautiful Persian font.
- pkgver = 1.0.0_alpha18
+ pkgver = 1.0.0_alpha22
pkgrel = 1
url = https://github.com/rastikerdar/sahel-font
arch = any
@@ -10,8 +8,8 @@ pkgbase = sahel-fonts
depends = fontconfig
provides = ttf-sahel
conflicts = ttf-sahel
- source = sahel-fonts-1.0.0_alpha18.zip::https://github.com/rastikerdar/sahel-font/releases/download/v1.0.0-alpha18/sahel-font-v1.0.0-alpha18.zip
- sha256sums = 139caf27b47d2522942b277288e3507dadda4b5935fbe3a6110c7182ede155ab
+ source = sahel-fonts-1.0.0_alpha22.zip::https://github.com/rastikerdar/sahel-font/releases/download/v1.0.0-alpha22/sahel-font-v1.0.0-alpha22.zip
+ sha256sums = ac098f084e727341f375936402e1c16fab5da1438baa2a34a2a6361dd74d5562
pkgname = sahel-fonts
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..272dfcfded69
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+sahel-fonts-*
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index cf9989ec8a94..cb4f02b26b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id$
-# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
+# Maintainer: Ali Molaei <ali dot molaei at protonmail dot com>
+# Contributor: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=sahel-fonts
-pkgver=1.0.0_alpha18
+pkgver=1.0.0_alpha22
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=('139caf27b47d2522942b277288e3507dadda4b5935fbe3a6110c7182ede155ab')
+sha256sums=('ac098f084e727341f375936402e1c16fab5da1438baa2a34a2a6361dd74d5562')
package() {
install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"