From f875b8eebabd30e161f6fe52e99c6aece731d7f0 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 6 Aug 2023 20:17:58 +0200 Subject: [PATCH] uthash: marked unmaintained --- uthash/.signature | 4 ++-- uthash/Pkgfile | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/uthash/.signature b/uthash/.signature index 3879817f2..807c851d4 100644 --- a/uthash/.signature +++ b/uthash/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34Jo/GdtWoefGrP+IkKsHA/sYJgZVXG34D68bhS0A3l+IxGBY1G3QfIAmc6WN7ZgLxvB3qIYX4SqQj0DXHgYdAs= -SHA256 (Pkgfile) = 4569481ff371dd4d964cb85b42fe1a6038a311af061d72247b7f2a93bb81e1b2 +RWSagIOpLGJF34nTP7iS0tho0vMAP2vs7hh0RYYd9aLviTl4ILgH0266y4xssnHpVAh3Zrih5dqlhZaf+7JtfvPZXbyC+zMCJAE= +SHA256 (Pkgfile) = 8ec1f5d7c6649b17b164cd78b13a30a796c8e02506acec3cb151812df4f376fb SHA256 (.footprint) = 23ee7e492f3ad3b871080d814482acf6baae8dfe89b669de9a2c8a4ea7cebd13 SHA256 (uthash-v2.3.0.tar.gz) = e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc diff --git a/uthash/Pkgfile b/uthash/Pkgfile index ebf3df520..9ff3e2df0 100644 --- a/uthash/Pkgfile +++ b/uthash/Pkgfile @@ -1,6 +1,6 @@ # Description: C preprocessor implementations of a hash table and a linked list # URL: http://troydhanson.github.io/uthash/index.html -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: unmaintained name=uthash version=2.3.0 @@ -8,7 +8,7 @@ release=1 source=(https://github.com/troydhanson/$name/archive/v$version/$name-v$version.tar.gz) build() { - cd $name-$version/src - install -d $PKG/usr/include/ - install -m 0644 -t $PKG/usr/include/ *.h + cd $name-$version/src + install -d $PKG/usr/include/ + install -m 0644 -t $PKG/usr/include/ *.h }