summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d43e051ea28..dc995d18c0ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = httpdirfs
pkgdesc = A filesystem which allows you to mount HTTP directory listings
pkgver = 1.2.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fangfufu/httpdirfs
arch = x86_64
license = GPL
makedepends = help2man
makedepends = doxygen
+ makedepends = graphviz
depends = gumbo-parser
depends = fuse2
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 9d6a2addcbb9..b3fb286ed9df 100644
--- a/PKGBUILD
+++ b/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")