summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Trigueros2024-02-18 13:28:19 +0100
committerOwen Trigueros2024-02-18 13:28:19 +0100
commit633c2601fd8eb7b720845218c7f9e7219becf829 (patch)
tree7ef3503c04a09ac6164ad8057e44069186cb8e14
parent3399eff025923bfd2c052b529d97199292803669 (diff)
downloadaur-633c2601fd8eb7b720845218c7f9e7219becf829.tar.gz
upgpkg: httpdirfs-git r540.f48ee93-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62f802a5966a..8c091b901d35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = httpdirfs-git
pkgdesc = A filesystem which allows you to mount HTTP directory listings
- pkgver = r501.61d3ae4
+ pkgver = r540.f48ee93
pkgrel = 1
url = https://github.com/fangfufu/httpdirfs
arch = x86_64
@@ -8,6 +8,7 @@ pkgbase = httpdirfs-git
license = GPL
makedepends = help2man
makedepends = doxygen
+ makedepends = graphviz
depends = gumbo-parser
depends = fuse2
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 51fee008a613..0d3e585ffd53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Owen Trigueros <owentrigueros@gmail.com>
pkgname=httpdirfs-git
-pkgver=r501.61d3ae4
+pkgver=r540.f48ee93
pkgrel=1
pkgdesc="A filesystem which allows you to mount HTTP directory listings"
arch=('x86_64' 'aarch64')
url="https://github.com/fangfufu/httpdirfs"
license=('GPL')
depends=('gumbo-parser' 'fuse2' 'curl' 'expat')
-makedepends=('help2man' 'doxygen')
+makedepends=('help2man' 'doxygen' 'graphviz')
provides=('httpdirfs')
conflicts=('httpdirfs')
source=("$pkgname::git+https://github.com/fangfufu/httpdirfs.git")
@@ -21,6 +21,9 @@ pkgver() {
build() {
cd "$pkgname"
+ autoconf
+ automake
+ ./configure --prefix=/usr
make man
make doc
make