makedeb
A CLI system information tool written in BASH that supports displaying images.
Click here to go back to the commit logs for neofetch-git.
Hash: 89073e232a4eece422064caf71816a80d462924e
Message: removed replaces function
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'