diff options
Diffstat (limited to 'extra/json-c')
-rw-r--r-- | extra/json-c/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/json-c/PKGBUILD b/extra/json-c/PKGBUILD index 8f62686ae..7c6a8139d 100644 --- a/extra/json-c/PKGBUILD +++ b/extra/json-c/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 188176 2013-06-11 17:10:35Z heftig $ +# $Id: PKGBUILD 198118 2013-10-30 12:53:54Z allan $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> # Contributor: congyiwu <congyiwu AT gmail DOT com> @@ -10,7 +10,7 @@ url="https://github.com/json-c/json-c/wiki" license=(MIT) arch=(i686 x86_64) depends=(glibc) -options=(!libtool !makeflags) +options=(!makeflags) source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz) sha256sums=('28dfc65145dc0d4df1dfe7701ac173c4e5f9347176c8983edbfac9149494448c') |