[arch-commits] Commit in uthash/repos/community-any (PKGBUILD PKGBUILD)

Santiago Torres-Arias sangy at archlinux.org
Tue Apr 6 19:40:08 UTC 2021


    Date: Tuesday, April 6, 2021 @ 19:40:08
  Author: sangy
Revision: 912168

archrelease: copy trunk to community-any

Added:
  uthash/repos/community-any/PKGBUILD
    (from rev 912167, uthash/trunk/PKGBUILD)
Deleted:
  uthash/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-06 19:39:50 UTC (rev 912167)
+++ PKGBUILD	2021-04-06 19:40:08 UTC (rev 912168)
@@ -1,27 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Michael Frey <mail at mfrey.net>
-pkgname=uthash
-pkgver=2.1.0
-pkgrel=2
-pkgdesc="C preprocessor implementations of a hash table and a linked list"
-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")
-sha256sums=('152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/src"
- 
-  # create directory for header files 
-  install -dm755 "${pkgdir}"/usr/include/
-
-  # install header files in /usr/include
-  for h in *.h; do
-      install -m 644 ${h} "${pkgdir}"/usr/include/
-  done
-
-  # install license file
-  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: uthash/repos/community-any/PKGBUILD (from rev 912167, uthash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-06 19:40:08 UTC (rev 912168)
@@ -0,0 +1,27 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Michael Frey <mail at mfrey.net>
+pkgname=uthash
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="C preprocessor implementations of a hash table and a linked list"
+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")
+sha256sums=('e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/src"
+ 
+  # create directory for header files 
+  install -dm755 "${pkgdir}"/usr/include/
+
+  # install header files in /usr/include
+  for h in *.h; do
+      install -m 644 ${h} "${pkgdir}"/usr/include/
+  done
+
+  # install license file
+  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list