fuse-zip: update to 0.6.0.

This commit is contained in:
maxice8 2019-03-22 12:07:34 -03:00 committed by maxice8
parent 9b07aced18
commit 7df6d51bf4
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fuse-zip'
pkgname=fuse-zip
version=0.5.0
version=0.6.0
revision=1
build_style=gnu-makefile
make_build_args="all doc"
@ -12,8 +12,8 @@ maintainer="Matthias von Faber <mvf@gmx.eu>"
license="GPL-3.0-or-later"
homepage="https://bitbucket.org/agalanin/fuse-zip"
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.gz"
checksum=dd553073f8154b5d62e752e53e115fbd928586f08b793673574fc75e6b2c9aba
checksum=21985c78ab9787033cff7afe4d9a29252383fd28ce83eb0d9cc2b963a1c5d656
pre_build() {
sed -i -e '/^CXXFLAGS=/d' Makefile lib/Makefile
vsed -i '/^CXXFLAGS=/d' Makefile lib/Makefile
}