summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2020-07-03 12:30:40 +0430
committerAli Molaei2020-07-03 12:30:40 +0430
commitca7413d4d51b15fa2d952bf3412d91efc1f63015 (patch)
tree9215dc780efb149f252a052d6d42574c1fa8459c
parent18a97dc092152050f03d367db251f8cd9d0d1ad4 (diff)
downloadaur-ca7413d4d51b15fa2d952bf3412d91efc1f63015.tar.gz
Remove fontconfig as a dep as 'https://lists.archlinux.org/pipermail/arch-dev-public/2020-June/030001.html' suggests
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 273cce9f74a2..cfc7910423d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = shabnam-fonts
pkgdesc = A beautiful Persian font based on Vazir font.
pkgver = 5.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rastikerdar/shabnam-font
arch = any
license = OFL
- depends = fontconfig
provides = ttf-shabnam
conflicts = ttf-shabnam
source = shabnam-fonts-5.0.1.zip::https://github.com/rastikerdar/shabnam-font/releases/download/v5.0.1/shabnam-font-v5.0.1.zip
diff --git a/PKGBUILD b/PKGBUILD
index 37d2d2446247..b9b185964802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
pkgname=shabnam-fonts
pkgver=5.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful Persian font based on Vazir font."
url="https://github.com/rastikerdar/shabnam-font"
arch=(any)
license=('OFL')
-depends=('fontconfig')
provides=('ttf-shabnam')
conflicts=('ttf-shabnam')
source=("${pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver}/shabnam-font-v${pkgver}.zip")