summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2020-07-03 12:29:03 +0430
committerAli Molaei2020-07-03 12:29:03 +0430
commit06f2871ccb7440171cccb5c6ec68a9dfd1f07a4e (patch)
treee76ef417e87fa7e2c0c684de6b9c5438f72b2205
parentcb9cf738b3536138eefc78d143a54fad320c1364 (diff)
downloadaur-parastoo-fonts.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 b553d9698456..cf0f4a4acbff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = parastoo-fonts
pkgdesc = A beautiful Persian font based on Gandom font.
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rastikerdar/parastoo-font
arch = any
license = OFL
- depends = fontconfig
provides = ttf-parastoo
conflicts = ttf-parastoo
source = parastoo-fonts-2.0.1.zip::https://github.com/rastikerdar/parastoo-font/releases/download/v2.0.1/parastoo-font-v2.0.1.zip
diff --git a/PKGBUILD b/PKGBUILD
index 8e2ab2d0cf59..2c330e74cf2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
pkgname=parastoo-fonts
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful Persian font based on Gandom font."
url="https://github.com/rastikerdar/parastoo-font"
arch=(any)
license=('OFL')
-depends=('fontconfig')
provides=('ttf-parastoo')
conflicts=('ttf-parastoo')
source=("${pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver//_/-}/parastoo-font-v${pkgver//_/-}.zip")