diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-18 21:17:06 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-18 21:17:06 -0300 |
commit | 02ffd41dca71e92f0105e37751e37c7332a9d447 (patch) | |
tree | 149d2e97e51dbab3f8f4dd6e4286dd5c42ba033d /extra/zsh | |
parent | cc66c2ff866631ece4d699b041f83444988e8ad2 (diff) | |
parent | d8fd24a96ae712b2de3e9b05d937b135f41d016d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/kadu/PKGBUILD
extra/libgsf/PKGBUILD
libre/linux-libre/PKGBUILD
staging/kdelibs/PKGBUILD
testing/glibc/PKGBUILD
Diffstat (limited to 'extra/zsh')
-rw-r--r-- | extra/zsh/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/zsh/PKGBUILD b/extra/zsh/PKGBUILD index d11a75e9f..94123ad2b 100644 --- a/extra/zsh/PKGBUILD +++ b/extra/zsh/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 144599 2011-12-07 15:40:43Z pierre $ +# $Id: PKGBUILD 145146 2011-12-18 00:41:44Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=zsh -pkgver=4.3.14 -pkgrel=2 +pkgver=4.3.15 +pkgrel=1 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX' arch=('i686' 'x86_64' 'mips64el') url='http://www.zsh.org/' @@ -13,7 +13,7 @@ install=zsh.install source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2" 'zprofile') backup=('etc/zsh/zprofile') -md5sums=('1c819a3ff7302b42eba988e333e76109' +md5sums=('11766b0dd674a513810903cd33ffcac4' '24a9335edf77252a7b5f52e079f7aef7') build() { |