makedeb
The cross-shell prompt for astronauts
Click here to go back to the commit logs for starship-bin.
Hash: a329f5bfc415ce05073162e816ef7cce189ac9ba
Message: removed replaces function
diff --git a/.SRCINFO b/.SRCINFO
index d0d3bd8..d4d6c95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = starship-bin
optdepends = fonts-noto-color-emoji: emoji support for terminals
provides = starship
conflicts = starship
- replaces = starship
source = starship-bin-v0.58.0.tar.gz::https://github.com/starship/starship/releases/download/v0.58.0/starship-x86_64-unknown-linux-gnu.tar.gz
sha512sums = 51ede6ac61dcd747b657c683b187cd496f6a82a1d779bd29763617450c4eba036282dac8a63c4ca0b1bb1cea1a018a3b96826f2e44a3117579f092f2bdef7b16
buster_depends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index 74ed3dc..767faf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ optdepends=('fonts-powerline: powerline symbols for terminals'
#checkdepends=()
provides=('starship')
conflicts=('starship')
-replaces=('starship')
+# replaces=('starship')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
sha512sums=("51ede6ac61dcd747b657c683b187cd496f6a82a1d779bd29763617450c4eba036282dac8a63c4ca0b1bb1cea1a018a3b96826f2e44a3117579f092f2bdef7b16")
package() {