diff options
Diffstat (limited to 'community/yajl/PKGBUILD')
-rw-r--r-- | community/yajl/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/yajl/PKGBUILD b/community/yajl/PKGBUILD index 829ffb7fa..894228fda 100644 --- a/community/yajl/PKGBUILD +++ b/community/yajl/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Andrej Gelenberg <andrej.gelenberg@udo.edu> pkgname=yajl -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc='Yet Another JSON Library.' arch=('i686' 'x86_64') @@ -31,3 +31,4 @@ package() { install -Dm644 COPYING "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" } +md5sums=('0cea435187c45e02972093ae537a2831') |