summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3015e55f78ef..263ee614337e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=yajl-git
pkgver=2.1.0.r5.g5e3a785
-pkgrel=1
+pkgrel=2
pkgdesc="A fast streaming JSON parsing library in C"
arch=('i686' 'x86_64')
url="https://lloyd.github.io/yajl/"
license=('ISC')
depends=('glibc')
makedepends=('git' 'cmake')
-provides=('yajl' 'libyajl.so')
+provides=("yajl=$pkgver" 'libyajl.so')
conflicts=('yajl')
options=('staticlibs')
source=("git+https://github.com/lloyd/yajl.git")