summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-08-22 03:04:13 +0800
committerChocobo12021-08-22 03:04:13 +0800
commit696b2fa53ed53d2519fdde3f66b0c81d5170a115 (patch)
tree56924538564c9acfd8e3a1344c74e32b9b8b5e15
parentc69cd47194ca84eae9c55288c478390a61f91da5 (diff)
downloadaur-696b2fa53ed53d2519fdde3f66b0c81d5170a115.tar.gz
upgpkg: jsoncpp-git 1.9.4.r34.gc39fbda-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aca56fb2152..770af656cd4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jsoncpp-git
pkgdesc = C++ library for interacting with JSON
- pkgver = 1.8.4.r139.g5b91551
+ pkgver = 1.9.4.r34.gc39fbda
pkgrel = 1
url = https://github.com/open-source-parsers/jsoncpp
arch = i686
@@ -12,10 +12,10 @@ pkgbase = jsoncpp-git
makedepends = python
depends = gcc-libs
provides = jsoncpp
+ provides = libjsoncpp.so
conflicts = jsoncpp
options = staticlibs
source = git+https://github.com/open-source-parsers/jsoncpp.git
sha256sums = SKIP
pkgname = jsoncpp-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8045d3b66567..b2d47661cb67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=jsoncpp-git
-pkgver=1.8.4.r139.g5b91551
+pkgver=1.9.4.r34.gc39fbda
pkgrel=1
pkgdesc="C++ library for interacting with JSON"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/open-source-parsers/jsoncpp"
license=('MIT' 'custom')
depends=('gcc-libs')
makedepends=('git' 'meson' 'python')
-provides=('jsoncpp')
+provides=('jsoncpp' 'libjsoncpp.so')
conflicts=('jsoncpp')
options=('staticlibs')
source=("git+https://github.com/open-source-parsers/jsoncpp.git")