diff options
Diffstat (limited to 'community/jshon/PKGBUILD')
-rw-r--r-- | community/jshon/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/jshon/PKGBUILD b/community/jshon/PKGBUILD index 66a55c829..df1bab8c3 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' 'mips64el') 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" |