quazip: update to 0.7.4.
Closes #13635. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
58fc05e8fe
commit
e2a2064d66
1 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'quazip'
|
||||
pkgname=quazip
|
||||
version=0.7.3
|
||||
revision=2
|
||||
version=0.7.4
|
||||
revision=1
|
||||
build_style=qmake
|
||||
build_wrksrc="quazip"
|
||||
hostmakedepends="qt-qmake"
|
||||
makedepends="qt-devel zlib-devel"
|
||||
short_desc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
|
||||
maintainer="Duncan Overbruck <mail@duncano.de>"
|
||||
license="LGPL-2.0"
|
||||
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+=" qt-devel"
|
||||
|
|
Loading…
Reference in a new issue