diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra/libfastjson/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/extra/libfastjson/PKGBUILD b/abs/extra/libfastjson/PKGBUILD index ab137ad..42e80ae 100644 --- a/abs/extra/libfastjson/PKGBUILD +++ b/abs/extra/libfastjson/PKGBUILD @@ -1,17 +1,17 @@ -# $Id$ -# Maintainer: Sergej Pupykin <arch+pub@sergej.pp.ru> -# Maintainer: Bob Gregory <pathogenix@gmail.com> +# Maintainer: Luca P <meti at lplab.net> +# Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru> +# Contributor: Bob Gregory <pathogenix@gmail.com> pkgname=libfastjson -pkgver=0.99.4 +pkgver=0.99.8 pkgrel=1 pkgdesc="A performance-focused json library for C" -arch=('i686' 'x86_64') +arch=('any') url="https://github.com/rsyslog/libfastjson" license=('GPL') depends=() source=($pkgname-$pkgver.tar.gz::https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz) -sha256sums=('03ef63dcc88417e71c19ce4436804159e3397e3a20d3529efef6a43c3bef5c8d') +sha256sums=('7e49057b26a5a9e3c6623e024f95f9fd9a14b571b9150aeb89d6d475fc3633e3') build() { cd "$pkgname-$pkgver" |