[arch-commits] Commit in uthash/trunk (PKGBUILD)
Timothy Redaelli
tredaelli at archlinux.org
Wed May 10 13:28:20 UTC 2017
Date: Wednesday, May 10, 2017 @ 13:28:20
Author: tredaelli
Revision: 227704
upgpkg: uthash 2.0.2-1
Modified:
uthash/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-05-10 13:26:26 UTC (rev 227703)
+++ PKGBUILD 2017-05-10 13:28:20 UTC (rev 227704)
@@ -2,14 +2,14 @@
# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
# Contributor: Michael Frey <mail at mfrey.net>
pkgname=uthash
-pkgver=2.0.1
+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/index.htm"
+url="https://troydhanson.github.io/uthash/"
license=('BSD')
source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('35b9a18e1d193eed967522a54ee09095')
+md5sums=('d08632a58674274c9cd87e2930f5696a')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/src"
More information about the arch-commits
mailing list