summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuperBo2017-05-06 13:58:49 +0700
committerSuperBo2017-05-06 13:58:49 +0700
commitd8f69133aaf1198f270981a632a903904f21f107 (patch)
tree676109530c945655a110acc7ec8cfbb61ac040ca
parent7949804a1812c74985a9ed9325f39d419e714b16 (diff)
downloadaur-d8f69133aaf1198f270981a632a903904f21f107.tar.gz
Add conflict with nerd-fonts-complete-mono-glyphs
-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")