diff options
author | Owen Trigueros | 2023-04-15 11:23:26 +0200 |
---|---|---|
committer | Owen Trigueros | 2023-04-15 11:23:26 +0200 |
commit | 67dbaf3d7a0a114e6d3a3b098db130cdcb69cffe (patch) | |
tree | ede4861117f466f2d531d43365a59bf1d8be0d26 /PKGBUILD | |
parent | f7cbcbab9e3996e01cf77c628595437cd99f4449 (diff) | |
download | aur-67dbaf3d7a0a114e6d3a3b098db130cdcb69cffe.tar.gz |
upgpkg: httpdirfs 1.2.5-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Owen Trigueros <owentrigueros@gmail.com> pkgname=httpdirfs -pkgver=1.2.4 +pkgver=1.2.5 pkgrel=1 pkgdesc="A filesystem which allows you to mount HTTP directory listings" arch=('x86_64') @@ -10,7 +10,7 @@ license=('GPL') depends=('gumbo-parser' 'fuse2' 'curl' 'expat') makedepends=('help2man' 'doxygen') source=("$pkgname-$pkgver.tar.gz::https://github.com/fangfufu/$pkgname/archive/$pkgver.tar.gz") -md5sums=("f6d1e69f2458c9858cf1f44972a8ebc9") +md5sums=("77910de057b196ed7b3714f7a0698203") build() { cd "$pkgname-$pkgver" |