summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2022-11-10 22:26:39 +0300
committerAlexey Peschany2022-11-10 22:26:39 +0300
commitb48e3320651adb8afed3db32ff7aa3e3ab703ae8 (patch)
treee83e7bbf4191754ecb627674d54a31b09cd426f4
parent21ebb4317f0f6b088fb46b827ba2b5a2505ad792 (diff)
downloadaur-b48e3320651adb8afed3db32ff7aa3e3ab703ae8.tar.gz
Upgrade to 4.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9315489e8d4b..7f2191474c6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spaceship-prompt
pkgdesc = A Zsh prompt for Astronauts
- pkgver = 4.9.1
+ pkgver = 4.10.0
pkgrel = 1
url = https://spaceship-prompt.sh/
install = spaceship-prompt.install
@@ -10,9 +10,9 @@ pkgbase = spaceship-prompt
depends = zsh
provides = spaceship-zsh-theme
provides = spaceship-prompt
- source = spaceship-prompt-4.9.1.tar.gz::https://github.com/spaceship-prompt/spaceship-prompt/archive/v4.9.1.tar.gz
+ source = spaceship-prompt-4.10.0.tar.gz::https://github.com/spaceship-prompt/spaceship-prompt/archive/v4.10.0.tar.gz
source = spaceship-prompt.install
- sha256sums = b093a39aa0454ccc7efe33b7f41ae81e2b85bdcaaf395ee4d2720cf10393e9df
+ sha256sums = b96d77ccdc879bf718e9e612611ac82a499ada898e769cca3d47c48acbf56018
sha256sums = 0b213aced6cf022a6700d01145d6093dca262562b90f004cdbdb7935f234a953
pkgname = spaceship-prompt
diff --git a/PKGBUILD b/PKGBUILD
index 2be946d142b7..a47d87dd2d8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Batuhan Baserdem <lastname dot firstname at gmail dot com>
# Based on: Dave Kleinschmidt <dave.f.kleinschmidt at gmail dot com>
pkgname=spaceship-prompt
-pkgver=4.9.1
+pkgver=4.10.0
pkgrel=1
pkgdesc="A Zsh prompt for Astronauts"
arch=('any')
@@ -14,7 +14,7 @@ provides=('spaceship-zsh-theme' 'spaceship-prompt')
install="${pkgname}.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"
"$pkgname.install")
-sha256sums=('b093a39aa0454ccc7efe33b7f41ae81e2b85bdcaaf395ee4d2720cf10393e9df'
+sha256sums=('b96d77ccdc879bf718e9e612611ac82a499ada898e769cca3d47c48acbf56018'
'0b213aced6cf022a6700d01145d6093dca262562b90f004cdbdb7935f234a953')
package() {