Date: Wednesday, May 3, 2017 @ 16:26:39 Author: arojas Revision: 295217
Update to 0.13.66 Modified: zziplib/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-03 15:28:45 UTC (rev 295216) +++ PKGBUILD 2017-05-03 16:26:39 UTC (rev 295217) @@ -4,22 +4,22 @@ # Contributor: Roman Kyrylych <[email protected]> pkgname=zziplib -pkgver=0.13.62 -pkgrel=2 +pkgver=0.13.66 +pkgrel=1 pkgdesc="A lightweight library that offers the ability to easily extract data from files archived in a single zip file" arch=('i686' 'x86_64') url="http://zziplib.sourceforge.net" license=('LGPL' 'MPL') depends=('zlib') -makedepends=('python2') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('5fe874946390f939ee8f4abe9624b96c') +makedepends=('python2' 'xmlto' 'zip') +source=($pkgname-$pkgver.tar.gz::"https://github.com/gdraheim/zziplib/archive/v$pkgver.tar.gz") +md5sums=('0990b8e409834b62475b4de901fe3f6a') build() { cd ${pkgname}-${pkgver} export PYTHON=/usr/bin/python2 ./configure --prefix=/usr - make + make doc } package() { @@ -26,8 +26,8 @@ cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install -#fix permission +# fix permissions chmod -s "${pkgdir}/usr/share/man/man3" - chmod 644 "${pkgdir}"/usr/share/man/man3/* +# chmod 644 "${pkgdir}"/usr/share/man/man3/* chown -R root:root "${pkgdir}/usr/share/man/man3" }
