makedeb


neofetch-git 1ccd5d9f2021.12.10-2


A CLI system information tool written in BASH that supports displaying images.

Click here to go back to the commit logs for neofetch-git.

Commit:


Hash: 89073e232a4eece422064caf71816a80d462924e

Message: removed replaces function

Diff


diff --git a/.SRCINFO b/.SRCINFO
index bd8f79e..7557d92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,7 +25,6 @@ pkgbase = neofetch-git
 	optdepends = xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal
 	provides = neofetch
 	conflicts = neofetch
-	replaces = neofetch
 	source = neofetch-git::git+https://github.com/dylanaraps/neofetch.git
 	md5sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index ca4bdec..c460bfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/dylanaraps/${_pkgname}"
 license=('MIT')
 provides=("${_pkgname}")
 conflicts=("${_pkgname}")
-replaces=("${_pkgname}")
+# replaces=("${_pkgname}")
 depends=('bash')
 optdepends=(
   'feh: Wallpaper Display'