summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7610b49946c..977ebf06887a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = vazir-code-fonts
pkgdesc = A beautiful monospace Persian font based on Vazir and Inconsolata fonts.
- pkgver = 1.0.3
- pkgrel = 2
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://github.com/rastikerdar/vazir-code-font
arch = any
license = OFL
depends = fontconfig
provides = ttf-vazir-code
conflicts = ttf-vazir-code
- source = vazir-code-fonts-1.0.3.zip::https://github.com/rastikerdar/vazir-code-font/releases/download/v1.0.3/vazir-code-font-v1.0.3.zip
- sha256sums = 8a0bcc3e0ab9f086aeb3d8d2827825dc5b582f34562ad4c0b6f79242a692249a
+ source = vazir-code-fonts-1.1.0.zip::https://github.com/rastikerdar/vazir-code-font/releases/download/v1.1.0/vazir-code-font-v1.1.0.zip
+ sha256sums = cbe65897efc5e68244f678b39fe0c94c0c1390601faba45280a5c4fb2bf2b63c
pkgname = vazir-code-fonts
diff --git a/PKGBUILD b/PKGBUILD
index febff4818a04..95b9806a3392 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=vazir-code-fonts
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="A beautiful monospace Persian font based on Vazir and Inconsolata fonts."
url="https://github.com/rastikerdar/vazir-code-font"
arch=(any)
@@ -12,7 +12,7 @@ depends=('fontconfig')
provides=('ttf-vazir-code')
conflicts=('ttf-vazir-code')
source=("${pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver}/vazir-code-font-v${pkgver}.zip")
-sha256sums=('8a0bcc3e0ab9f086aeb3d8d2827825dc5b582f34562ad4c0b6f79242a692249a')
+sha256sums=('cbe65897efc5e68244f678b39fe0c94c0c1390601faba45280a5c4fb2bf2b63c')
package() {
install -d "${pkgdir}/usr/share/fonts/${pkgname%-fonts}"