summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-11-14 13:05:31 -0600
committerchipbuster2019-11-14 13:05:31 -0600
commitdf6186f2620bb46374f04e4aa2b6e474ac7e181b (patch)
tree4edea9cc6fceabeddb7a8f3413031d8406ce4495
parent81d71fabcf505b8f1ac52d9c69bc7953a712949c (diff)
downloadaur-df6186f2620bb46374f04e4aa2b6e474ac7e181b.tar.gz
verbump 0.26.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18c7e842d2d4..c9d8195896cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.26.3
+ pkgver = 0.26.4
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = starship-bin
optdepends = noto-fonts-emoji: emoji support for terminals
provides = starship
conflicts = starship
- source = starship-bin-v0.26.3.tar.gz::https://github.com/starship/starship/releases/download/v0.26.3/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = fe578c1f7e377e401230070d427641f0666cb85c43b9d4dfb2c7f043adcc531d
+ source = starship-bin-v0.26.4.tar.gz::https://github.com/starship/starship/releases/download/v0.26.4/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 6e3d8aa10e11ff47dac04126594f4d151b26b7421119c64fbcebe531b87e1541
pkgname = starship-bin
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"
}