Date: Friday, July 24, 2015 @ 08:30:42 Author: fyan Revision: 242474 upgpkg: quazip 0.7.1-3
cmake 3.3 rebuild Modified: quazip/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-24 03:26:19 UTC (rev 242473) +++ PKGBUILD 2015-07-24 06:30:42 UTC (rev 242474) @@ -1,10 +1,11 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> # Contributor: trya <[email protected]> pkgname=quazip pkgver=0.7.1 -pkgrel=2 +pkgrel=3 pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package" url="http://sourceforge.net/projects/quazip/" license=('LGPL') @@ -23,7 +24,7 @@ cd ${pkgname}-${pkgver}/${pkgname} make INSTALL_ROOT="${pkgdir}" install - install -d "${pkgdir}"/usr/share/cmake-3.2/Modules + install -d "${pkgdir}"/usr/share/cmake-3.3/Modules install -m644 ../FindQuaZip.cmake\ - "${pkgdir}"/usr/share/cmake-3.2/Modules + "${pkgdir}"/usr/share/cmake-3.3/Modules }
