summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Trigueros2024-02-18 13:34:12 +0100
committerOwen Trigueros2024-02-18 13:34:12 +0100
commit585fcbb79687869225aa75c9b5174914bbb7bbcd (patch)
treeb9a7b8cf5a05b09df9752ab00bda0ba6d8d08f47
parent67dbaf3d7a0a114e6d3a3b098db130cdcb69cffe (diff)
downloadaur-585fcbb79687869225aa75c9b5174914bbb7bbcd.tar.gz
upgpkg: httpdirfs 1.2.5-2
Add graphviz to makedepends
-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")