diff options
Diffstat (limited to 'extra/qjson/PKGBUILD')
-rw-r--r-- | extra/qjson/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/qjson/PKGBUILD b/extra/qjson/PKGBUILD index 5dc487a69..9c5c987cc 100644 --- a/extra/qjson/PKGBUILD +++ b/extra/qjson/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 171883 2012-11-22 10:46:44Z andrea $ +# $Id: PKGBUILD 172063 2012-11-27 13:49:24Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=qjson -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc="A qt-based library that maps JSON data to QVariant objects" arch=('i686' 'x86_64' 'mips64el') @@ -11,7 +11,7 @@ url="http://qjson.sourceforge.net" depends=('qt') makedepends=('cmake') source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz") -md5sums=('e9537e6f596f21f0552978bf064a0415') +md5sums=('4eef13da988edf8f91c260a3e1baeea9') build() { mkdir build |