httpdirfs: auto updated to 1.2.7-17
It has been built because: * nvchecker detects the following updates: aur(0): 1.2.7-1 -> 1.2.7-2
This commit is contained in:
parent
ebe0a59c50
commit
8b9e76fda0
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=httpdirfs
|
pkgname=httpdirfs
|
||||||
pkgver=1.2.7
|
pkgver=1.2.7
|
||||||
pkgrel=16
|
pkgrel=17
|
||||||
pkgdesc="A filesystem which allows you to mount HTTP directory listings"
|
pkgdesc="A filesystem which allows you to mount HTTP directory listings"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/fangfufu/httpdirfs"
|
url="https://github.com/fangfufu/httpdirfs"
|
||||||
|
@ -13,7 +13,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/fangfufu/$pkgname/archive/$
|
||||||
md5sums=("1e7d3ed7850d7a629e31b635e5954046")
|
md5sums=("1e7d3ed7850d7a629e31b635e5954046")
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
arch-meson "$pkgname-$pkgver" build
|
arch-meson "$pkgname-$pkgver" build -Dc_args="-std=gnu17"
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue