summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2024-01-30 11:53:50 +0300
committerAlexey Peschany2024-01-30 11:53:50 +0300
commit637e9d077497408842befca7c157d651226649ac (patch)
tree5cf72b505bed100757f1a8beccf628c0cfdb2dd4
parent3aea14511beaca347aadabd0946723f7650dd553 (diff)
downloadaur-637e9d077497408842befca7c157d651226649ac.tar.gz
fix indentation in files
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
-rw-r--r--spaceship-prompt.install2
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 927564bf670f..64db920c1d98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spaceship-prompt
pkgdesc = A Zsh prompt for Astronauts
pkgver = 4.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://spaceship-prompt.sh/
install = spaceship-prompt.install
arch = any
@@ -13,6 +13,6 @@ pkgbase = spaceship-prompt
source = spaceship-prompt-4.15.0.tar.gz::https://github.com/spaceship-prompt/spaceship-prompt/archive/v4.15.0.tar.gz
source = spaceship-prompt.install
sha256sums = SKIP
- sha256sums = 0b213aced6cf022a6700d01145d6093dca262562b90f004cdbdb7935f234a953
+ sha256sums = 9fb9218c6498c040461d8d7aa416b2eb9241317b5606e74d1ec1caed0709aaf4
pkgname = spaceship-prompt
diff --git a/PKGBUILD b/PKGBUILD
index c56681b7801b..e25bf33384dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Alexey Peschany <archlinux at sandboiii dot xyz>
# Contributor: Batuhan Baserdem <lastname dot firstname at gmail dot com>
-# Based on: Dave Kleinschmidt <dave.f.kleinschmidt at gmail dot com>
+# Contributor: Dave Kleinschmidt <dave.f.kleinschmidt at gmail dot com>
+
pkgname=spaceship-prompt
pkgver=4.15.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Zsh prompt for Astronauts"
arch=('any')
url="https://spaceship-prompt.sh/"
@@ -15,7 +16,7 @@ install="${pkgname}.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"
"$pkgname.install")
sha256sums=('SKIP'
- '0b213aced6cf022a6700d01145d6093dca262562b90f004cdbdb7935f234a953')
+ '9fb9218c6498c040461d8d7aa416b2eb9241317b5606e74d1ec1caed0709aaf4')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/spaceship-prompt.install b/spaceship-prompt.install
index f70005b845b8..73e1f43f066a 100644
--- a/spaceship-prompt.install
+++ b/spaceship-prompt.install
@@ -1,4 +1,4 @@
post_install() {
- echo "Add this line to your .zshrc to enable spaceship:
+ echo "Add this line to your .zshrc to enable spaceship:
source /usr/lib/spaceship-prompt/spaceship.zsh"
}