summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ae5344bd8b1..db73b77269bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = nerd-fonts-complete
depends = fontconfig
depends = xorg-font-utils
conflicts = nerd-fonts-git
+ conflicts = nerd-fonts-complete-mono-glyphs
source = nerd-fonts-complete.links
source = https://github.com/ryanoasis/nerd-fonts/raw/v1.0.0/LICENSE
sha256sums = 36916f6d9ce60a7fba173710127752f123cbbed484f07919d8ea3cf4e8b72da6
diff --git a/PKGBUILD b/PKGBUILD
index fd5d36d2681e..13809b2e8495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='https://github.com/ryanoasis/nerd-fonts'
license=('MIT')
depends=('fontconfig' 'xorg-font-utils')
makedepends=('wget')
-conflicts=(nerd-fonts-git)
+conflicts=(nerd-fonts-git nerd-fonts-complete-mono-glyphs)
install=$pkgname.install
source=("$pkgname.links"
"https://github.com/ryanoasis/nerd-fonts/raw/v1.0.0/LICENSE")