From db837c1d078b2853f347e614d6cff10b543721b7 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Thu, 1 Apr 2021 11:56:07 +0200 Subject: [PATCH] httpdirfs: revbump for gumbo-parser and remove depends Libraries are detected automatically by xbps-src anyway. --- srcpkgs/httpdirfs/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/httpdirfs/template b/srcpkgs/httpdirfs/template index cbff9e7ae25..642e893c043 100644 --- a/srcpkgs/httpdirfs/template +++ b/srcpkgs/httpdirfs/template @@ -1,12 +1,11 @@ # Template file for 'httpdirfs' pkgname=httpdirfs version=1.2.0 -revision=3 +revision=4 build_style=gnu-makefile make_install_args="prefix=/usr" makedepends="libcurl-devel fuse-devel gumbo-parser-devel libuuid-devel expat-devel" -depends="libcurl fuse gumbo-parser" short_desc="Mount HTTP directory listings, with a permanent cache" maintainer="Nathan Owens " license="GPL-3.0-only"