summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStarship Bot2020-09-30 16:38:33 +0000
committerStarship Bot2020-09-30 16:38:33 +0000
commit7a8c6c51b5f33f5f4397dcff75192d50e972fbe7 (patch)
tree014cbb547a3e84c75ef865d01808ae0b0b847e2e
parente0669c9dc61b8e051d153ffe231e74efdbabf7b4 (diff)
downloadaur-7a8c6c51b5f33f5f4397dcff75192d50e972fbe7.tar.gz
Update to 0.45.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbe4039d3d36..bff6ef6c0d5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.45.0
+ pkgver = 0.45.1
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = starship
optdepends = powerline-fonts: powerline symbols for terminals
optdepends = noto-fonts-emoji: emoji support for terminals
provides = starship
- source = starship-0.45.0.tar.gz::https://github.com/starship/starship/archive/v0.45.0.tar.gz
- sha256sums = 4dd6e9198497fb910cbcbbf7b78012e8b1d79b9922500b6601016c975874a0df
+ source = starship-0.45.1.tar.gz::https://github.com/starship/starship/archive/v0.45.1.tar.gz
+ sha256sums = c60121ddb67799e152f9c1d4c683039fe954be723c0b6bb2b7d320048f31e96e
pkgname = starship
diff --git a/PKGBUILD b/PKGBUILD
index 9b59e5bdfc1e..c337d6434dd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.45.0'
-pkgrel='1'
+pkgver=0.45.1
+pkgrel=1
arch=('x86_64')
url='https://starship.rs/'
license=('ISC')
@@ -15,7 +15,7 @@ checkdepends=('rust' 'git' 'python')
provides=(starship)
#install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/starship/starship/archive/v${pkgver}.tar.gz")
-sha256sums=('4dd6e9198497fb910cbcbbf7b78012e8b1d79b9922500b6601016c975874a0df')
+sha256sums=('c60121ddb67799e152f9c1d4c683039fe954be723c0b6bb2b7d320048f31e96e')
build() {
cd "$pkgname-$pkgver"