summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b3e4522a649..cd4284c87586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.26.3'
+pkgver='0.26.4'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -15,10 +15,10 @@ checkdepends=()
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=('fe578c1f7e377e401230070d427641f0666cb85c43b9d4dfb2c7f043adcc531d')
+sha256sums=('6e3d8aa10e11ff47dac04126594f4d151b26b7421119c64fbcebe531b87e1541')
PKGEXT='.pkg.tar.gz'
package() {
- install -Dm755 "target/x86_64-unknown-linux-gnu/release/starship" "$pkgdir/usr/bin/starship"
+ install -Dm755 "starship" "$pkgdir/usr/bin/starship"
# install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}