diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-24 14:34:05 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-24 14:34:05 +0100 |
commit | ee6ba8d4dcf31aa630641953009a27b3fd700faa (patch) | |
tree | e0b23465af10683570926837a56ade01adc17307 /community/jshon/PKGBUILD | |
parent | d090dd0cd7b9488aebc92281720a0c5804950f32 (diff) | |
parent | c65624e6d74bffd70dcd67cc28448b5a50596efb (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ecryptfs-utils/PKGBUILD
community/pylibacl/PKGBUILD
extra/kwebkitpart/PKGBUILD
extra/php/PKGBUILD
extra/qhull/PKGBUILD
kde-unstable/kdegames-kigo/PKGBUILD
kde-unstable/kdeutils-print-manager/PKGBUILD
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" |