diff options
author | Romain Porte | 2017-01-29 00:51:27 +0100 |
---|---|---|
committer | Romain Porte | 2017-01-29 00:51:27 +0100 |
commit | e820111298d55c6385c27853aef850c7ebd33e60 (patch) | |
tree | ccea4ff63e039ffd5a817592a4901f70753c75c8 | |
parent | da1377b3228098944eba76c2c12c1049131e6e61 (diff) | |
download | aur-e820111298d55c6385c27853aef850c7ebd33e60.tar.gz |
Fixed missing dependencies using chrooted build
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 9 insertions, 8 deletions
@@ -1,13 +1,14 @@ pkgbase = cjson-git pkgdesc = Dave Gamble's cJSON library. Easily handle JSON data in C (git version). - pkgver = v1.1.0.r4.gfcc89c4 - pkgrel = 2 + pkgver = v1.2.0.r2.gc49ffbf + pkgrel = 1 url = https://github.com/DaveGamble/cJSON arch = i686 arch = x86_64 - license = LGPL2 + license = LGPL2.1 makedepends = git makedepends = cmake + depends = glibc provides = cjson options = !libtool source = git://github.com/DaveGamble/cJSON.git @@ -3,15 +3,15 @@ # Contributor: kuri <sysegv@gmail.com> pkgname=cjson-git -pkgver=v1.1.0.r4.gfcc89c4 -pkgrel=2 +pkgver=v1.2.0.r2.gc49ffbf +pkgrel=1 pkgdesc="Dave Gamble's cJSON library. Easily handle JSON data in C (git version)." arch=('i686' 'x86_64') url="https://github.com/DaveGamble/cJSON" -license=('LGPL2') -depends=() +license=('LGPL2.1') +depends=('glibc') makedepends=('git' 'cmake') -conflits=() +conflicts=() provides=('cjson') options=('!libtool') source=('git://github.com/DaveGamble/cJSON.git') |