summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2020-07-03 12:34:55 +0430
committerAli Molaei2020-07-03 12:34:55 +0430
commit44fc5c8d7563ba67b96bde76ea9f709c9c5f4801 (patch)
tree0c7a728bbb89f96278e534ae94dda8563e51ee08
parentab06da00e7d37a6310aab2c5a5dec0dfdcc18442 (diff)
downloadaur-44fc5c8d7563ba67b96bde76ea9f709c9c5f4801.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 441bc2725c23..22b06b55f324 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = vazir-code-fonts
pkgdesc = A beautiful monospace Persian font based on Vazir and Inconsolata fonts.
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
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.1.2.zip::https://github.com/rastikerdar/vazir-code-font/releases/download/v1.1.2/vazir-code-font-v1.1.2.zip
diff --git a/PKGBUILD b/PKGBUILD
index 2eea75e052a8..60ee2961e7a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
pkgname=vazir-code-fonts
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful monospace Persian font based on Vazir and Inconsolata fonts."
url="https://github.com/rastikerdar/vazir-code-font"
arch=(any)
license=('OFL')
-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")