summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Kohlstedde2020-07-03 23:06:31 +0200
committerChristian Kohlstedde2020-07-03 23:06:31 +0200
commit52c56c50373a33bbc5a90e8dd6b96a0110c6f4bc (patch)
treec6a415dc93328489c4d5680a183f964d3037651b /PKGBUILD
parente7369b8342bd9bce97127d929edbdc13769faa8b (diff)
downloadaur-nerd-fonts-source-code-pro.tar.gz
Remove obsolete dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f66233be636..f8ec40f683bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: P Sherbet <psherbet at psherbet dot com>
pkgname=nerd-fonts-source-code-pro
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Patched font SourceCodePro from nerd-fonts library"
arch=('any')
url='https://github.com/ryanoasis/nerd-fonts'
license=('MIT')
-depends=('fontconfig' 'xorg-font-utils')
+depends=('fontconfig')
install=$pkgname.install
source=("${pkgname}-${pkgver}.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/SourceCodePro.zip"
"${pkgname}-${pkgver}-LICENSE::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/$pkgver/LICENSE")