summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-12-28 11:03:13 -0600
committerchipbuster2019-12-28 11:03:13 -0600
commit4828883b0f1ef26f0abd9c237f4f9b781d66c760 (patch)
tree5703f4285a60052d5da11479577a8ba8dfc96a22
parent38882035b5641268a523b0b0bd2faa37a92a9a47 (diff)
downloadaur-4828883b0f1ef26f0abd9c237f4f9b781d66c760.tar.gz
verbump 0.32.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eed896814adc..05c0703984f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.32.1
+ pkgver = 0.32.2
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = starship
optdepends = powerline-fonts: powerline symbols for terminals
optdepends = noto-fonts-emoji: emoji support for terminals
provides = starship
- source = https://github.com/starship/starship/archive/v0.32.1.tar.gz
- sha256sums = f5c16becf2fbfb0a9a6d47ded655db2be2d8cb0b5e5f7899b8e23c5e2d356810
+ source = https://github.com/starship/starship/archive/v0.32.2.tar.gz
+ sha256sums = ca8cbb2a34f38bf80839d3e9e26efc3c5009bc43aca040a03d0006a7c6f0845e
pkgname = starship
diff --git a/PKGBUILD b/PKGBUILD
index f9780ee47362..0b7072af895f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.32.1'
+pkgver='0.32.2'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -15,7 +15,7 @@ checkdepends=('rust' 'git')
provides=(starship)
#install="$pkgname.install"
source=("https://github.com/starship/starship/archive/v${pkgver}.tar.gz")
-sha256sums=('f5c16becf2fbfb0a9a6d47ded655db2be2d8cb0b5e5f7899b8e23c5e2d356810')
+sha256sums=('ca8cbb2a34f38bf80839d3e9e26efc3c5009bc43aca040a03d0006a7c6f0845e')
build() {
cd "$pkgname-$pkgver"