makedeb


nnn-git 16b9f8f32022.04.20-2


The fastest terminal file manager ever written.

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

Commit:


Hash: a838d7df4ae73f6b2c33e6b7bfd2104524074630

Message: removed replaces function

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 18524f5..d2b3bd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,7 +25,6 @@ pkgbase = nnn-git
 	optdepends = plugins: refer https://github.com/jarun/nnn/tree/master/plugins#installation
 	provides = nnn
 	conflicts = nnn
-	replaces = nnn
 	source = git+https://github.com/jarun/nnn.git
 	md5sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index 3772df9..bd09bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ optdepends=(
 makedepends=(git)
 provides=("${_pkgname}")
 conflicts=("${_pkgname}")
-replaces=("${_pkgname}")
+# replaces=("${_pkgname}")
 source=("git+${url}.git")
 md5sums=('SKIP')