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 42992933beea..3c8e1bd6aba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.25.1'
+pkgver='0.25.2'
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=('7eefa9cc7d43b3bfdb256a228332effc2d6fbdf70fdcbea43e0a5018e08122c6')
+sha256sums=('e06c61b0deb137fc41f22537c5ccbdff8fe9f499b6090c0921d74c566e9fccfc')
PKGEXT='.pkg.tar.gz'
package() {
- install -Dm755 "starship" "$pkgdir/usr/bin/starship"
+ install -Dm755 "target/x86_64-unknown-linux-gnu/release/starship" "$pkgdir/usr/bin/starship"
# install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}