summaryrefslogtreecommitdiff
path: root/community/jshon/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/jshon/PKGBUILD')
-rw-r--r--community/jshon/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/jshon/PKGBUILD b/community/jshon/PKGBUILD
index 090ddb019..d04a76d85 100644
--- a/community/jshon/PKGBUILD
+++ b/community/jshon/PKGBUILD
@@ -1,17 +1,15 @@
-# $Id: PKGBUILD 77050 2012-10-03 23:55:24Z kkeen $
+# $Id: PKGBUILD 80521 2012-11-23 18:22:00Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=jshon
-pkgver=20120914
+pkgver=20121122
pkgrel=1
pkgdesc="A json parser for the shell."
arch=('i686' 'x86_64')
url="http://kmkeen.com/jshon/"
license=('MIT')
depends=('jansson')
-makedepends=()
-optdepends=()
source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('4b1cae2237db068ee4738789286a0409')
+md5sums=('b66f6b23b510fc2cb571dcb69121b24c')
build() {
cd "$srcdir/$pkgname-$pkgver"