Date: Tuesday, October 6, 2015 @ 11:07:07 Author: fyan Revision: 143038
upgpkg: zsync 0.6.2-3 fix COPYING file location Modified: zsync/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-06 08:34:03 UTC (rev 143037) +++ PKGBUILD 2015-10-06 09:07:07 UTC (rev 143038) @@ -1,18 +1,18 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> # Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com> # Contributor: damir <[email protected]> pkgname=zsync pkgver=0.6.2 -pkgrel=2 +pkgrel=3 pkgdesc="A file transfer program that's able to connect to rsync servers" arch=("i686" "x86_64") url="http://zsync.moria.org.uk/" depends=("glibc") license=("custom:Artistic") -#source=(http://belnet.dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) source=(http://${pkgname}.moria.org.uk/download/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('5e69f084c8adaad6a677b68f7388ae0f9507617a') build() { cd "${srcdir}"/${pkgname}-${pkgver} @@ -25,7 +25,6 @@ cd "${srcdir}"/${pkgname}-${pkgver} make prefix="${pkgdir}"/usr install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/common/$pkgname/COPYING" + install -d "$pkgdir/usr/share/licenses/$pkgname" + mv "$pkgdir/usr/share/doc/zsync/COPYING" "$pkgdir/usr/share/licenses/$pkgname/" } - -sha1sums=('5e69f084c8adaad6a677b68f7388ae0f9507617a')
