Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / uthash
Commits: 8a32fc37 by Christian Hesse at 2023-10-10T17:16:00+02:00 upgpkg: 2.3.0-2: rebuild packages signed by sangy - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .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 + 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 ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Michael Frey <[email protected]> pkgname=uthash pkgver=2.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="C preprocessor implementations of a hash table and a linked list" arch=('any') url="https://troydhanson.github.io/uthash/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uthash/-/commit/8a32fc3767ce171e732213424ea2791faf6a58f4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uthash/-/commit/8a32fc3767ce171e732213424ea2791faf6a58f4 You're receiving this email because of your account on gitlab.archlinux.org.
