diff options
author | Owen Trigueros | 2024-02-18 13:28:19 +0100 |
---|---|---|
committer | Owen Trigueros | 2024-02-18 13:28:19 +0100 |
commit | 633c2601fd8eb7b720845218c7f9e7219becf829 (patch) | |
tree | 7ef3503c04a09ac6164ad8057e44069186cb8e14 | |
parent | 3399eff025923bfd2c052b529d97199292803669 (diff) | |
download | aur-633c2601fd8eb7b720845218c7f9e7219becf829.tar.gz |
upgpkg: httpdirfs-git r540.f48ee93-1
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 7 insertions, 3 deletions
@@ -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 @@ -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 |