From e79f7c64e485957d52b6a4aded86dd4b6a54d6a7 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 9 Nov 2023 17:15:39 +0100 Subject: [PATCH] * update uthash to 2.3.0-2 --- uthash/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uthash/PKGBUILD b/uthash/PKGBUILD index 65a5f4848b..ecc0a84a43 100644 --- a/uthash/PKGBUILD +++ b/uthash/PKGBUILD @@ -4,9 +4,9 @@ # Contributor: Michael Frey pkgname=uthash pkgver=2.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="C preprocessor implementations of a hash table and a linked list" -arch=('any') +arch=(any) url="https://troydhanson.github.io/uthash/" license=('BSD') source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz")