diff --git a/uthash/PKGBUILD b/uthash/PKGBUILD index 65a5f4848b..ecc0a84a43 100644 --- a/uthash/PKGBUILD +++ b/uthash/PKGBUILD @@ -4,9 +4,9 @@ # Contributor: Michael Frey pkgname=uthash pkgver=2.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="C preprocessor implementations of a hash table and a linked list" -arch=('any') +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")