Skip to content

Commit

Permalink
Merge pull request #4063 from lazka/jsoncpp-rebuild
Browse files Browse the repository at this point in the history
jsoncpp: rebuild
  • Loading branch information
lazka authored Sep 20, 2023
2 parents 92e8506 + 4167349 commit 94b601f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 1 addition & 3 deletions jsoncpp/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgbase="jsoncpp"
pkgname=("${pkgbase}" "${pkgbase}-devel")
pkgver=1.9.5
pkgrel=2
pkgrel=3
pkgdesc="A C++ library for interacting with JSON"
arch=('any')
url="https://github.com/open-source-parsers/jsoncpp"
Expand All @@ -12,7 +12,6 @@ depends=("gcc-libs")
makedepends=("gcc"
"cmake"
"python")
options=('staticlibs' '!strip' '!buildflags')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/jsoncpp/archive/${pkgver}.tar.gz")
sha256sums=('f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2')

Expand Down Expand Up @@ -52,7 +51,6 @@ build() {
}

package_jsoncpp() {
install=jsoncpp.install
groups=("libraries")
cd "${srcdir}/dest"
mkdir -p ${pkgdir}/usr/bin
Expand Down
7 changes: 0 additions & 7 deletions jsoncpp/jsoncpp.install

This file was deleted.

0 comments on commit 94b601f

Please sign in to comment.