makedeb


nerd-fonts-victor-mono 2.3.3-1


A Nerd Font patched version of Victor Mono

Click here to go back to the commit logs for nerd-fonts-victor-mono.

Commit:


Hash: 8f746d8caa02eae8b75d088b41a40567b46a68a9

Message: removed replaces function

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a342fce..f64fe82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = nerd-fonts-victor-mono
 	depends = fontconfig
 	provides = nerd-fonts-victor-mono
 	conflicts = nerd-fonts-victor-mono
-	replaces = nerd-fonts-victor-mono
 	source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/VictorMono.zip
 	source = https://github.com/ryanoasis/nerd-fonts/raw/v2.1.0/LICENSE
 	sha512sums = 394e823ed12fc3975d26dfcf3a3c1a0df3150b7160675c7c64d6756a67e695f6ae4b1daabbcaaac4f5abaaaa3cc71a0f3b635f93cd93b4a9801d7b32c8f3b949
diff --git a/PKGBUILD b/PKGBUILD
index ce72721..5b54454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('MIT')
 depends=('fontconfig')
 provides=(${pkgname})
 conflicts=(${pkgname})
-replaces=(${pkgname})
+# replaces=(${pkgname})
 install="${pkgname}.install"
 source=("https://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/VictorMono.zip"
         "https://github.com/ryanoasis/nerd-fonts/raw/v$pkgver/LICENSE")