This commit is contained in:
abveritas 2011-01-24 02:18:48 +00:00
parent 4a3d898a8f
commit dad36bf8b1

View File

@ -8,8 +8,8 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=zsh
pkgver=4.3.10
pkgrel=4
pkgver=4.3.11
pkgrel=1
pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
arch=('i686' 'x86_64')
url='http://www.zsh.org/'
@ -17,7 +17,7 @@ license=('custom')
depends=('pcre' 'libcap')
install=zsh.install
source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2")
md5sums=('74c5b275544400082a1cde806c98682a')
md5sums=('3225c7f53b69f395e95723585d6785ed')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"