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

Santiago Torres-Arias sangy at archlinux.org
Sat Dec 29 23:44:53 UTC 2018


    Date: Saturday, December 29, 2018 @ 23:44:52
  Author: sangy
Revision: 418945

upgpkg: uthash 2.1.0-1

Modified:
  uthash/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 23:39:12 UTC (rev 418944)
+++ PKGBUILD	2018-12-29 23:44:52 UTC (rev 418945)
@@ -1,14 +1,15 @@
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# 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.0.2
-pkgrel=2
+pkgver=2.1.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")
-md5sums=('d08632a58674274c9cd87e2930f5696a')
+sha256sums=('152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}/src"
@@ -21,7 +22,6 @@
       install -m 644 ${h} "${pkgdir}"/usr/include/
   done
 
-  # install licence file
+  # install license file
   install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
-



More information about the arch-commits mailing list