Date: Thursday, July 17, 2014 @ 07:06:22 Author: arcanis Revision: 115800
upgpkg: zsh-completions 0.11.0-1 Modified: zsh-completions/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-07-17 00:39:04 UTC (rev 115799) +++ PKGBUILD 2014-07-17 05:06:22 UTC (rev 115800) @@ -3,23 +3,26 @@ # Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com> pkgname=zsh-completions -pkgver=0.10.0 -pkgrel=2 +pkgver=0.11.0 +pkgrel=1 pkgdesc="Additional completion definitions for Zsh" arch=(any) url="https://github.com/zsh-users/zsh-completions" license=('BSD' 'unknown') depends=('zsh') -conflicts=("${pkgname}-git") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}" "LICENSE-BSD") -md5sums=('63be9fa078c31d2590d6129857d53275' +md5sums=('247c35aaca62df2f856e36ec34b8fe14' '4f686c32a301905655f945fbbdd56880') package() { install -dm755 "${pkgdir}/usr/share/zsh/site-functions" install -Dm644 "${srcdir}"/zsh-users-${pkgname}-*/src/* "${pkgdir}/usr/share/zsh/site-functions" - + + # remove completions which are provided by upstream + rm "${pkgdir}/usr/share/zsh/site-functions/_mpv" + + # license install -Dm644 "${srcdir}/LICENSE-BSD" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD" }
