mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 13:07:14 +08:00
zsh
This commit is contained in:
parent
4a3d898a8f
commit
dad36bf8b1
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user