summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-12-11 12:26:28 -0600
committerchipbuster2019-12-11 12:26:28 -0600
commit797a43dcd621cb53a6af663c3d889373c548cc74 (patch)
tree5d212c9749510599f64a17637dd4e6b765605601
parentc73382f0d16c1f79db8f71927158984f34c1332c (diff)
downloadaur-797a43dcd621cb53a6af663c3d889373c548cc74.tar.gz
verbump 0.29.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97b72c11c510..76ac09ef59ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.28.0
- pkgrel = 2
+ pkgver = 0.29.0
+ pkgrel = 1
url = https://starship.rs/
arch = x86_64
license = ISC
@@ -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.28.0.tar.gz
- sha256sums = b3279f9b6abbd1ec98c8ef480ab1a11056f7f06a3f75deeb215c82185f4c33e2
+ source = https://github.com/starship/starship/archive/v0.29.0.tar.gz
+ sha256sums = bfaf3c880272842652402807196e5703b9687a395e41b78f92f8708f3d5fbd7e
pkgname = starship
diff --git a/PKGBUILD b/PKGBUILD
index d7179a0e52d0..2bd085034b8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.28.0'
-pkgrel='2'
+pkgver='0.29.0'
+pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
license=('ISC')
@@ -15,7 +15,7 @@ checkdepends=('rust' 'git')
provides=(starship)
#install="$pkgname.install"
source=("https://github.com/starship/starship/archive/v${pkgver}.tar.gz")
-sha256sums=('b3279f9b6abbd1ec98c8ef480ab1a11056f7f06a3f75deeb215c82185f4c33e2')
+sha256sums=('bfaf3c880272842652402807196e5703b9687a395e41b78f92f8708f3d5fbd7e')
build() {
cd "$pkgname-$pkgver"