summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2019-05-20 14:04:00 +0200
committerMikhail f. Shiryaev2019-05-20 14:04:00 +0200
commit3818bc2d03e98314de9cc018a5e5064b81881884 (patch)
tree530b9839dd062c444b2746e4f07a09f1940caf4c
parent7b865708bceacd0f43eb92843c924914981a1c06 (diff)
downloadaur-3818bc2d03e98314de9cc018a5e5064b81881884.tar.gz
Add zsh as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da8e1cf58b7e..f34787ab029d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = git-prompt.zsh
pkgdesc = A fast, pure-shell, single-file Git prompt for Zsh.
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/woefe/git-prompt.zsh
arch = any
license = MIT
depends = git
+ depends = zsh
source = https://github.com/woefe/git-prompt.zsh/archive/v2.0.0.tar.gz
sha256sums = f9761a98761b4329e3c831ab5ccb67a052a160387b5429d6c4c8786ab2670e02
diff --git a/PKGBUILD b/PKGBUILD
index 2bc3e5e7ec14..50701317c890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_name='git-prompt.zsh'
pkgname="${_name}"
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='A fast, pure-shell, single-file Git prompt for Zsh.'
arch=('any')
url="https://github.com/woefe/${_name}"
license=('MIT')
source=("https://github.com/woefe/git-prompt.zsh/archive/v${pkgver}.tar.gz")
-depends=('git')
+depends=('git' 'zsh')
sha256sums=('f9761a98761b4329e3c831ab5ccb67a052a160387b5429d6c4c8786ab2670e02')
package() {