summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStarship Bot2020-11-15 17:42:14 +0000
committerStarship Bot2020-11-15 17:42:14 +0000
commit9cc82bfce4e7ad198a9fbfe05ab8d964805b1434 (patch)
tree6c93cc1421cc0321bd1ba063b80caf75c9f38cd7
parent8f2b13cf29e06002d97a4252bb8118622f465eeb (diff)
downloadaur-9cc82bfce4e7ad198a9fbfe05ab8d964805b1434.tar.gz
Update to 0.47.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdb059312a74..93f94f56309d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.46.2
+ pkgver = 0.47.0
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.46.2.tar.gz::https://github.com/starship/starship/releases/download/v0.46.2/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 9b26e48b6e1b0192b9c5d3e99e47bc8b9f87d474b1e8f873c79402191220a361
+ source = starship-bin-v0.47.0.tar.gz::https://github.com/starship/starship/releases/download/v0.47.0/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 712a4631da370545431000e9b291ce3d9483dbe622c970c616dffa1d12bec88f
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 236f7c4f8383..bb3579703ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver=0.46.2
+pkgver=0.47.0
pkgrel=1
arch=('x86_64')
url='https://starship.rs/'
@@ -15,7 +15,7 @@ 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=('9b26e48b6e1b0192b9c5d3e99e47bc8b9f87d474b1e8f873c79402191220a361')
+sha256sums=('712a4631da370545431000e9b291ce3d9483dbe622c970c616dffa1d12bec88f')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"