From 8b9e76fda0fa98dcc6df83bb597995b8e8de6223 Mon Sep 17 00:00:00 2001
From: Lilac <lilac@noreply.bgme.me>
Date: Wed, 4 Jun 2025 08:01:11 +0000
Subject: [PATCH] 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
---
 repo/httpdirfs/PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/repo/httpdirfs/PKGBUILD b/repo/httpdirfs/PKGBUILD
index c93e0ab..864f417 100644
--- a/repo/httpdirfs/PKGBUILD
+++ b/repo/httpdirfs/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=httpdirfs
 pkgver=1.2.7
-pkgrel=16
+pkgrel=17
 pkgdesc="A filesystem which allows you to mount HTTP directory listings"
 arch=('x86_64')
 url="https://github.com/fangfufu/httpdirfs"
@@ -13,7 +13,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/fangfufu/$pkgname/archive/$
 md5sums=("1e7d3ed7850d7a629e31b635e5954046")
 
 build() {
-  arch-meson "$pkgname-$pkgver" build
+  arch-meson "$pkgname-$pkgver" build -Dc_args="-std=gnu17"
   meson compile -C build
 }