mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:07:14 +08:00
zsh update to 5.0.5
This commit is contained in:
parent
5360f40e03
commit
2acb8a71e1
@ -2,14 +2,13 @@
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: Fabian Kosmale <0inkane@googlemail.com>
|
||||
# Contributor (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# Contributor (x86_64: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
# Contributor: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=zsh
|
||||
pkgver=5.0.2
|
||||
pkgver=5.0.5
|
||||
pkgrel=1
|
||||
pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url='http://www.zsh.org/'
|
||||
license=('custom')
|
||||
depends=('pcre' 'libcap' 'gdbm')
|
||||
@ -17,7 +16,7 @@ categories=('system')
|
||||
install=zsh.install
|
||||
source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.gz"
|
||||
"zprofile")
|
||||
md5sums=('19466d778777fe7f36e89b3b3c8613c1'
|
||||
md5sums=('6fb0e3e52a0f8de5ca63138391b81ce0'
|
||||
'24a9335edf77252a7b5f52e079f7aef7')
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user