summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd4284c87586..ab52fa5f6de2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,6 @@ provides=('starship')
conflicts=('starship')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
sha256sums=('6e3d8aa10e11ff47dac04126594f4d151b26b7421119c64fbcebe531b87e1541')
-PKGEXT='.pkg.tar.gz'
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"