From c9f3bfc141fe09072d0339417f808faacd3a70f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sun, 6 Dec 2020 19:56:29 -0300 Subject: [PATCH] fuse-zip: remove CXXFLAGS workaround. No longer necessary. Also fix distfile location, for some reason the 0.7.1 tarball had been removed from downloads. --- srcpkgs/fuse-zip/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fuse-zip/template b/srcpkgs/fuse-zip/template index db224196e5c..80f9de31cbd 100644 --- a/srcpkgs/fuse-zip/template +++ b/srcpkgs/fuse-zip/template @@ -2,6 +2,7 @@ pkgname=fuse-zip version=0.7.1 revision=1 +wrksrc=agalanin-fuse-zip-0865d60054d9 build_style=gnu-makefile make_build_args="all doc" make_install_args="prefix=/usr" @@ -11,9 +12,9 @@ short_desc="FUSE file system for ZIP archives" maintainer="Matthias von Faber " license="GPL-3.0-or-later" homepage="https://bitbucket.org/agalanin/fuse-zip" -distfiles="${homepage}/downloads/${pkgname}-${version}.tar.gz" -checksum=7dac61c3f27f9041545ab1a22bb772ea282ed2dea25a0220dcecfa6801b5b121 +distfiles="${homepage}/get/${version}.tar.gz" +checksum=771302586ca734bf845effcea999c38f4c2e984e29605912eb3470fbeea0b195 -pre_build() { - vsed -i '/^CXXFLAGS=/d' Makefile lib/Makefile +do_check() { + : requires some tcl modules }