Date: Monday, September 29, 2014 @ 07:38:42 Author: arcanis Revision: 119742
upgpkg: zsh-syntax-highlighting 0.2.1-1 Added: zsh-syntax-highlighting/trunk/ChangeLog Modified: zsh-syntax-highlighting/trunk/PKGBUILD -----------+ ChangeLog | 2 ++ PKGBUILD | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) Added: ChangeLog =================================================================== --- ChangeLog (rev 0) +++ ChangeLog 2014-09-29 05:38:42 UTC (rev 119742) @@ -0,0 +1,2 @@ +0.2.1-1: +ustream update Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-29 05:37:41 UTC (rev 119741) +++ PKGBUILD 2014-09-29 05:38:42 UTC (rev 119742) @@ -1,9 +1,9 @@ # $Id$ -# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com +# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org> # Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com> pkgname=zsh-syntax-highlighting -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="Fish shell like syntax highlighting for Zsh" arch=(any) @@ -13,7 +13,8 @@ install=${pkgname}.install conflicts=("${pkgname}-git") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}") -md5sums=('08ea2f2b5f49ab036e2820bd4d479a58') +md5sums=('40f2b7f786b14886cb518c6ee9815dfa') +changelog=ChangeLog package() { install -dm755 "${pkgdir}/usr/share/zsh/plugins/${pkgname}"