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: 58605854ba4dafcf3cc8a4ab144bfc26d8f519da

Message: added replace function

Diff


diff --git a/.SRCINFO b/.SRCINFO
index ddf2fc8..2874264 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,7 @@ 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 fca43e1..9f8635b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ pkgdesc="A CLI system information tool written in BASH that supports displaying 
 arch=('any')
 url="https://github.com/dylanaraps/${_pkgname}"
 license=('MIT')
-provides=(${_pkgname})
-conflicts=(${_pkgname})
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
+replaces=("${_pkgname}")
 depends=('bash')
 optdepends=(
   'feh: Wallpaper Display'