From 4f457c1e482d460101888e6e4dc66776ff9af329 Mon Sep 17 00:00:00 2001 From: Lilac Date: Sun, 18 Feb 2024 13:01:37 +0000 Subject: [PATCH] httpdirfs: auto updated to 1.2.5-2 --- repo/httpdirfs/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/httpdirfs/PKGBUILD b/repo/httpdirfs/PKGBUILD index 9d6a2ad..b3fb286 100644 --- a/repo/httpdirfs/PKGBUILD +++ b/repo/httpdirfs/PKGBUILD @@ -2,13 +2,13 @@ pkgname=httpdirfs pkgver=1.2.5 -pkgrel=1 +pkgrel=2 pkgdesc="A filesystem which allows you to mount HTTP directory listings" arch=('x86_64') url="https://github.com/fangfufu/httpdirfs" license=('GPL') depends=('gumbo-parser' 'fuse2' 'curl' 'expat') -makedepends=('help2man' 'doxygen') +makedepends=('help2man' 'doxygen' 'graphviz') source=("$pkgname-$pkgver.tar.gz::https://github.com/fangfufu/$pkgname/archive/$pkgver.tar.gz") md5sums=("77910de057b196ed7b3714f7a0698203")