summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAli Molaei2020-07-03 12:32:32 +0430
committerAli Molaei2020-07-03 12:32:32 +0430
commit84177d980624c34bddfc926c8002bf789adfbbbb (patch)
treeb65c62bb0806c8697db426703c606de3aa8a79be /PKGBUILD
parent98ec5018f96537abcd55dd3bc32b9011630b900f (diff)
downloadaur-nahid-fonts.tar.gz
Remove fontconfig as a dep as 'https://lists.archlinux.org/pipermail/arch-dev-public/2020-June/030001.html' suggests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98284e697ffa..00ff825362d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,12 @@
-# $Id$
# Maintainer: Ali Molaei <ali dot molaei at protonmail dot com>
pkgname=nahid-fonts
pkgver=0.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="A Persian (Farsi) Font."
url="https://github.com/rastikerdar/nahid-font"
arch=(any)
license=('OFL')
-depends=('fontconfig')
provides=('ttf-nahid')
conflicts=('ttf-nahid')
source=("${pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver}/nahid-font-v${pkgver}.zip")
@@ -18,4 +16,3 @@ package() {
install -Dt "${pkgdir}/usr/share/fonts/${pkgname%-fonts}" -m644 ./{,**/}*.ttf
install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 ./LICENSE
}
-# vim:set ts=2 sw=2 et: