summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordalz2019-10-08 22:23:48 +0200
committerdalz2019-10-08 22:23:48 +0200
commitf8ab70123c672b2d2ab91a9944f4be7ddf3b41e1 (patch)
tree55716b76afe009f29231a67c4d3b6816cf25f180
parent34b4dcfdeb255d41521c86b0b47c57abc522306a (diff)
downloadaur-f8ab70123c672b2d2ab91a9944f4be7ddf3b41e1.tar.gz
added conflicts
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fae601fe1c6a..41e09e7713b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = otf-nerd-fonts-fira-code
pkgdesc = Monospaced font with programming ligatures. Patched with Nerd Fonts icons.
pkgver = 2.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ryanoasis/nerd-fonts
arch = any
license = MIT
depends = fontconfig
+ conflicts = nerd-fonts-fira-code
+ conflicts = nerd-fonts-complete
+ conflicts = nerd-fonts-git
source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/FiraCode.zip
source = https://github.com/ryanoasis/nerd-fonts/raw/v2.0.0/LICENSE
md5sums = e5bff5da34eb6d16fb20226047c5755c
diff --git a/PKGBUILD b/PKGBUILD
index 6c492ce9f6a3..23fd95e62515 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: pyz3n
+# Maintainer: dalz <dalz @t disroot d0t org>
pkgname=otf-nerd-fonts-fira-code
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Monospaced font with programming ligatures. Patched with Nerd Fonts icons."
arch=('any')
url='https://github.com/ryanoasis/nerd-fonts'
license=('MIT')
depends=('fontconfig')
+conflicts=('nerd-fonts-fira-code' 'nerd-fonts-complete' 'nerd-fonts-git')
source=("https://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/FiraCode.zip"
"https://github.com/ryanoasis/nerd-fonts/raw/v$pkgver/LICENSE")
md5sums=('e5bff5da34eb6d16fb20226047c5755c'