summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")