summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2015-08-06 10:44:44 +0200
committerChristian Hesse2015-08-06 10:44:44 +0200
commitc70bad23f229ab74fd58690821f3fe39f78ce50a (patch)
treef10ee8b59e0270d61d9d9e1c288c3d8430eee04b
parent40415c4590a9b70cd10682e25d0e12895b648844 (diff)
downloadaur-c70bad23f229ab74fd58690821f3fe39f78ce50a.tar.gz
commit zsh-git 5.0.8.r162.g2fc05d5-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 073703a9dca2..17cc8a91e55a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zsh-git
pkgver = 5.0.8.r162.g2fc05d5
- pkgrel = 1
+ pkgrel = 2
url = http://www.zsh.org/
arch = i686
arch = x86_64
@@ -23,7 +23,7 @@ pkgname = zsh-git
depends = pcre
depends = libcap
depends = gdbm
- provides = zsh
+ provides = zsh=5.0.8
conflicts = zsh
backup = etc/zsh/zprofile
diff --git a/PKGBUILD b/PKGBUILD
index b85d93904e52..a0edb7ed1220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgbase=zsh
pkgbase=zsh-git
pkgname=('zsh-git' 'zsh-doc-git')
pkgver=5.0.8.r162.g2fc05d5
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://www.zsh.org/'
license=('custom')
@@ -87,7 +87,7 @@ package_zsh-git() {
pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
depends=('pcre' 'libcap' 'gdbm')
conflicts=('zsh')
- provides=('zsh')
+ provides=("zsh=${pkgver%%.r*}")
backup=('etc/zsh/zprofile')
install=zsh.install