makedeb
The fastest terminal file manager ever written.
Click here to go back to the commit logs for nnn-git.
Hash: 2d6a9d8636751178d6cbdb2923b20decf0b3e907
Message: added replace function
diff --git a/.SRCINFO b/.SRCINFO
index 63eaf78..d209f98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,7 @@ 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 a8193b4..0425f8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,7 @@ optdepends=(
makedepends=(git)
provides=("${_pkgname}")
conflicts=("${_pkgname}")
+replaces=("${_pkgname}")
source=("git+${url}.git")
md5sums=('SKIP')