makedeb
Replacement for ls written in Rust
Click here to go back to the commit logs for exa-bin.
Hash: 841563d66a6bf0081653d607fe09b8ad90166eaf
Message: removed replaces function
diff --git a/.SRCINFO b/.SRCINFO
index d4a3401..554c279 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = exa-bin
depends = unzip
provides = exa
conflicts = exa
- replaces = exa
source_x86_64 = https://github.com/ogham/exa/releases/download/v0.10.1/exa-linux-x86_64-v0.10.1.zip
source_x86_64 = https://github.com/ogham/exa/blob/master/LICENCE
sha256sums_x86_64 = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 97c41f0..beb1cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("x86_64" "armv7")
depends=("unzip")
provides=("exa")
conflicts=("exa")
-replaces=("exa")
+# replaces=("exa")
url="https://github.com/ogham/${_pkgname}"
license=("MIT")