summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2020-07-03 12:27:30 +0430
committerAli Molaei2020-07-03 12:27:30 +0430
commit65cf75613891b026c36e77c1dc10e2bc944f9311 (patch)
tree4a77d6023275e88596e2cf070265976e61eda852
parentbdc833d0e40e6c48736f0cea5580f330193f843a (diff)
downloadaur-65cf75613891b026c36e77c1dc10e2bc944f9311.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 6e4ed39401a1..5b308f78a4c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = sahel-fonts
pkgdesc = A beautiful Persian font.
pkgver = 3.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rastikerdar/sahel-font
arch = any
license = OFL
- depends = fontconfig
provides = ttf-sahel
conflicts = ttf-sahel
source = sahel-fonts-3.4.0.zip::https://github.com/rastikerdar/sahel-font/releases/download/v3.4.0/sahel-font-v3.4.0.zip
diff --git a/PKGBUILD b/PKGBUILD
index 0f77deee9f73..cc026d419415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
pkgname=sahel-fonts
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful Persian font."
url="https://github.com/rastikerdar/sahel-font"
arch=(any)
license=('OFL')
-depends=('fontconfig')
provides=('ttf-sahel')
conflicts=('ttf-sahel')
source=("${pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver//_/-}/sahel-font-v${pkgver//_/-}.zip")