summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2020-07-03 12:22:45 +0430
committerAli Molaei2020-07-03 12:22:45 +0430
commit8b5e17af7cd292f46fefb3b57191bca7fe70baf3 (patch)
treeb8d94cde92d5aebc8fed743a182eee745acf1a66
parente07c99c1d5e715c481e88552369459dd8854272c (diff)
downloadaur-8b5e17af7cd292f46fefb3b57191bca7fe70baf3.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 0f31cea85557..16c5dab498ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = vazir-fonts
pkgdesc = A beautiful Persian font based on DejaVu font.
pkgver = 26.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rastikerdar/vazir-font
arch = any
license = OFL
- depends = fontconfig
provides = ttf-vazir
conflicts = ttf-vazir
source = vazir-fonts-26.0.2.zip::https://github.com/rastikerdar/vazir-font/releases/download/v26.0.2/vazir-font-v26.0.2.zip
diff --git a/PKGBUILD b/PKGBUILD
index 8f3270ec70b5..333e7891157a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
pkgname=vazir-fonts
pkgver=26.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful Persian font based on DejaVu font."
url="https://github.com/rastikerdar/vazir-font"
arch=(any)
license=('OFL')
-depends=('fontconfig')
provides=('ttf-vazir')
conflicts=('ttf-vazir')
source=("${pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver}/vazir-font-v${pkgver}.zip")