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

Timothy Redaelli tredaelli at archlinux.org
Wed May 10 13:28:27 UTC 2017


    Date: Wednesday, May 10, 2017 @ 13:28:26
  Author: tredaelli
Revision: 227705

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-10 13:28:20 UTC (rev 227704)
+++ PKGBUILD	2017-05-10 13:28:26 UTC (rev 227705)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Michael Frey <mail at mfrey.net>
-pkgname=uthash
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="C preprocessor implementations of a hash table and a linked list"
-arch=('any')
-url="https://troydhanson.github.io/uthash/index.htm"
-license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('35b9a18e1d193eed967522a54ee09095')
-
-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 licence file
-  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: uthash/repos/community-any/PKGBUILD (from rev 227704, uthash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-10 13:28:26 UTC (rev 227705)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Michael Frey <mail at mfrey.net>
+pkgname=uthash
+pkgver=2.0.2
+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")
+md5sums=('d08632a58674274c9cd87e2930f5696a')
+
+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 licence file
+  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+



More information about the arch-commits mailing list