[arch-commits] Commit in uthash/trunk (PKGBUILD)

Timothy Redaelli tredaelli at nymeria.archlinux.org
Fri Jun 13 14:02:44 UTC 2014


    Date: Friday, June 13, 2014 @ 16:02:43
  Author: tredaelli
Revision: 113095

upgpkg: uthash 1.9.9-1

Modified:
  uthash/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-13 13:49:10 UTC (rev 113094)
+++ PKGBUILD	2014-06-13 14:02:43 UTC (rev 113095)
@@ -2,14 +2,14 @@
 # Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
 # Contributor: Michael Frey <mail at mfrey.net>
 pkgname=uthash
-pkgver=1.9.7
+pkgver=1.9.9
 pkgrel=1
 pkgdesc="C preprocessor implementations of a hash table and a linked list"
 arch=('any')
-url="http://uthash.sourceforge.net/"
+url="https://troydhanson.github.io/uthash/index.htm"
 license=('BSD')
-source=(http://downloads.sourceforge.net/uthash/$pkgname-$pkgver.tar.bz2)
-sha512sums=('8c02f9ac846a6bfd7292724a3683ae360ff37bba8e3ca98fca106da84976cac9c61766069989ee2c633b20bf82b64658400687a7cfbccab5e98e5fb6cb2e5caa')
+source=("https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('c3ce9197c818dcb7ca85b59912f310a4')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}/src"
@@ -18,7 +18,7 @@
   install -dm755 "${pkgdir}"/usr/include/
 
   # install header files in /usr/include
-  for h in $(ls -1 *.h); do
+  for h in *.h; do
       install -m 644 ${h} "${pkgdir}"/usr/include/
   done
 




More information about the arch-commits mailing list