From acd88ba41c8ad83e8d500a1a5b215ab7041d4131 Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 18 Oct 2024 10:35:05 +0200 Subject: [PATCH] * update uthash to 2.3.0-2.1 --- uthash/.SRCINFO | 11 +++++++++++ uthash/PKGBUILD | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 uthash/.SRCINFO diff --git a/uthash/.SRCINFO b/uthash/.SRCINFO new file mode 100644 index 0000000000..26dd63b445 --- /dev/null +++ b/uthash/.SRCINFO @@ -0,0 +1,11 @@ +pkgbase = uthash + pkgdesc = C preprocessor implementations of a hash table and a linked list + pkgver = 2.3.0 + pkgrel = 2.1 + url = https://troydhanson.github.io/uthash/ + arch = any + license = BSD + source = uthash-2.3.0.tar.gz::https://github.com/troydhanson/uthash/archive/v2.3.0.tar.gz + sha256sums = e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc + +pkgname = uthash diff --git a/uthash/PKGBUILD b/uthash/PKGBUILD index ecc0a84a43..1d3e2a9b69 100644 --- a/uthash/PKGBUILD +++ b/uthash/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Michael Frey pkgname=uthash pkgver=2.3.0 -pkgrel=2 +pkgrel=2.1 pkgdesc="C preprocessor implementations of a hash table and a linked list" arch=(any) url="https://troydhanson.github.io/uthash/"