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