summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2022-03-02 09:22:15 +0300
committerAlexey Peschany2022-03-02 09:22:15 +0300
commit12864801bf4113eda57831a8cebaf7443602daeb (patch)
tree9f50da9ef123544fb62957cc69b0071cc249e0e9
parent37bd0639296773796d6adf88d6e9c0ce533e0bed (diff)
downloadaur-12864801bf4113eda57831a8cebaf7443602daeb.tar.gz
Update to the latest version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7086c393222d..38da100c5b24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spaceship-prompt
pkgdesc = A Zsh prompt for Astronauts
- pkgver = 3.15.0
+ pkgver = 3.16.4
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-3.15.0.tar.gz::https://github.com/spaceship-prompt/spaceship-prompt/archive/v3.15.0.tar.gz
+ source = spaceship-prompt-3.16.4.tar.gz::https://github.com/spaceship-prompt/spaceship-prompt/archive/v3.16.4.tar.gz
source = spaceship-prompt.install
- md5sums = b745b1cee9dbb82cf2ae97887f4219b8
- md5sums = bd24fc2d741cb12ba49b36742d879f64
+ sha256sums = b2844fb24e2cc24de8a296b61088a04df274ae65a2e797583dc18586bff6ebe9
+ sha256sums = 2d022de82c32fb4965a1209aac346c6d9736e635a6c9dc653b1288b6b8f65cde
pkgname = spaceship-prompt
diff --git a/PKGBUILD b/PKGBUILD
index b2acdbcb6020..c9372992615e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Batuhan Baserdem <lastname dot firstname at gmail dot com>
+# Maintainer: Alexey Peschany <nelex111 at gmail dot com>
+# 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=3.15.0
+pkgver=3.16.4
pkgrel=1
pkgdesc="A Zsh prompt for Astronauts"
arch=('any')
@@ -13,8 +14,8 @@ 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")
-md5sums=('2f4379340c7c306bdefafe9ff4d948ff'
- 'bd24fc2d741cb12ba49b36742d879f64')
+sha256sums=('b2844fb24e2cc24de8a296b61088a04df274ae65a2e797583dc18586bff6ebe9'
+ '2d022de82c32fb4965a1209aac346c6d9736e635a6c9dc653b1288b6b8f65cde')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"