summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Wallace2020-06-29 20:15:25 +0100
committerDean Wallace2020-06-29 20:15:25 +0100
commitb6764e26ac196ee9d0881a21f82032621d9bd8c6 (patch)
treefe2d090f66581bd4163c04f22c4d9d24b223dbbc
parent84e426e70e8d0fc3e92ff7df12bf0c7abae04c24 (diff)
downloadaur-nerd-fonts-fira-mono.tar.gz
rm fontconfig dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a03ed88e867a..d6cb54d0129f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = nerd-fonts-fira-mono
url = https://github.com/ryanoasis/nerd-fonts
arch = any
license = MIT
- depends = fontconfig
source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraMono.zip
source = https://github.com/ryanoasis/nerd-fonts/raw/v2.1.0/LICENSE
sha256sums = f4e966bddbbd85826c72b5d6dfcf3c2857095f2e2819784b5babc2a95a544d38
diff --git a/PKGBUILD b/PKGBUILD
index 4938fbee5110..65b69ad5a8a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ pkgdesc="Patched font Fira Mono from nerd-fonts library"
arch=('any')
url='https://github.com/ryanoasis/nerd-fonts'
license=('MIT')
-depends=('fontconfig')
source=(
"https://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/FiraMono.zip"
"https://github.com/ryanoasis/nerd-fonts/raw/v$pkgver/LICENSE")