summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2020-07-03 12:28:13 +0430
committerAli Molaei2020-07-03 12:28:13 +0430
commit0eeea5411956ce48a0bf0a9d63d75cc4e9053e50 (patch)
treeec3809b85925c7b836d1798ddc55c958a1cec870
parentc269fa64dede70f98a31ba1624b845e866614b87 (diff)
downloadaur-0eeea5411956ce48a0bf0a9d63d75cc4e9053e50.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 2147934787f1..c34476cedd9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = samim-fonts
pkgdesc = A beautiful Persian font based on Vazir font.
pkgver = 4.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rastikerdar/samim-font
arch = any
license = OFL
- depends = fontconfig
provides = ttf-samim
provides = samim-fonts
conflicts = ttf-samim
diff --git a/PKGBUILD b/PKGBUILD
index 0a90754fbbc9..bc5669222790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
pkgname=samim-fonts
pkgver=4.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful Persian font based on Vazir font."
url="https://github.com/rastikerdar/samim-font"
arch=(any)
license=('OFL')
-depends=('fontconfig')
provides=('ttf-samim' "$pkgname")
conflicts=('ttf-samim' "$pkgname")
replaces=('ttf-samim')