summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Kleinschmidt2020-04-17 10:40:06 -0400
committerDave Kleinschmidt2020-04-17 10:40:06 -0400
commit4d18229828af92e529138f312ba3201cc2640233 (patch)
treed21f730182c8be5577ec7a85e3422ea7e0bf3be3 /PKGBUILD
parent5c91c2373ed81522065c77fa6f2d3ab20004fa3d (diff)
downloadaur-4d18229828af92e529138f312ba3201cc2640233.tar.gz
update .SRCINFO, use a real version for pkgver, fix provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aeeb42982f41..73783e2f84d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dave Kleinschmidt <dave.f.kleinschmidt at gmail dot com>
_pkgname=spaceship-prompt
pkgname=$_pkgname-git
-pkgver=LATEST
+pkgver=v3.11.2.r13.g50e371f
pkgrel=1
epoch=
pkgdesc="A Zsh prompt for Astronauts"
@@ -12,6 +12,8 @@ depends=('zsh')
makedepends=('git')
conflicts=('spaceship-zsh-theme-git'
'spaceship-prompt')
+provides=('spaceship-zsh-theme'
+ 'spaceship-prompt')
install="${pkgname}.install"
source=("git+https://github.com/denysdovhan/${_pkgname}.git"
"$pkgname.install")