From 58fc05e8fe4e09bba4757a9ac894edd69d89f2bb Mon Sep 17 00:00:00 2001 From: Johannes Brechtmann Date: Fri, 20 Apr 2018 08:45:01 +0200 Subject: [PATCH] quazip-qt5: update to 0.7.4. project switched to github: http://quazip.sourceforge.net/ Closes #13636. Signed-off-by: Enno Boland --- srcpkgs/quazip-qt5/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/quazip-qt5/template b/srcpkgs/quazip-qt5/template index 29f4e100184..a37a58e4ccf 100644 --- a/srcpkgs/quazip-qt5/template +++ b/srcpkgs/quazip-qt5/template @@ -1,17 +1,18 @@ # Template file for 'quazip-qt5' pkgname=quazip-qt5 -version=0.7.3 -revision=3 +version=0.7.4 +revision=1 build_style=cmake wrksrc="${pkgname%-*}-${version}" +build_wrksrc="quazip" configure_args="-DCMAKE_CXX_FLAGS=-fPIC" makedepends="qt5-devel zlib-devel" short_desc="Qt5/C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package" maintainer="Duncaen " -license="LGPL-2.1" -homepage="http://sourceforge.net/projects/quazip/" -distfiles="${SOURCEFORGE_SITE}/${pkgname%-*}/${pkgname%-*}-${version}.tar.gz" -checksum=2ad4f354746e8260d46036cde1496c223ec79765041ea28eb920ced015e269b5 +license="LGPL-2.1-only" +homepage="https://github.com/stachenov/quazip" +distfiles="https://github.com/stachenov/quazip/archive/${version}.tar.gz" +checksum=93c2f58db6c6e812aa11e6a79db009e050da69a25ec4cf2787d2e845d4dbe0fa if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-devel"