Date: Thursday, July 16, 2015 @ 23:44:27 Author: anthraxx Revision: 137026
upgpkg: fish 2.2.0-2 updpkg fish 2.2.0-2 Modified: fish/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-16 20:56:28 UTC (rev 137025) +++ PKGBUILD 2015-07-16 21:44:27 UTC (rev 137026) @@ -7,7 +7,7 @@ pkgname=fish pkgver=2.2.0 -pkgrel=1 +pkgrel=2 pkgdesc='Smart and user friendly shell intended mostly for interactive use' url='http://fishshell.com/' arch=('i686' 'x86_64') @@ -33,7 +33,11 @@ } package() { - make -C fish-shell-${pkgver} DESTDIR="${pkgdir}" install + cd fish-shell-${pkgver} + make DESTDIR="${pkgdir}" install + + # remove completions which are provided by upstream + rm "${pkgdir}/usr/share/fish/completions/docker.fish" } # vim:set ts=2 sw=2 et:
