Date: Sunday, May 16, 2021 @ 11:32:48 Author: bastelfreak Revision: 935745
rebuild against latest leatherman + enable linting with python script Modified: cpp-hocon/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-16 11:32:07 UTC (rev 935744) +++ PKGBUILD 2021-05-16 11:32:48 UTC (rev 935745) @@ -1,10 +1,11 @@ -# Maintainer: Christian Rebischke <[email protected]> # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> # Maintainer: Thore Bödecker <[email protected]> +# Contributor: Christian Rebischke <[email protected]> +# Contributor: Tim Meusel <[email protected]> pkgname=cpp-hocon pkgver=0.3.0 -pkgrel=4 +pkgrel=5 pkgdesc="C++ port of the Typesafe Config library" arch=('x86_64') url="https://github.com/puppetlabs/cpp-hocon" @@ -11,6 +12,7 @@ license=('APACHE') depends=('boost-libs' 'gcc-libs' 'glibc' 'leatherman' 'leatherman_util.so' 'leatherman_locale.so') makedepends=('boost' 'cmake' 'leatherman' 'rapidjson') +checkdepends=('python') provides=('libcpp-hocon.so') source=("$pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/cpp-hocon/archive/$pkgver.tar.gz") sha512sums=('de997e6d90330f901863b7da0d6f6e069a31e052b6f31c1e3009a9559c863f08879ecf4e202c763ec32567dd3a1e436ff5d3bf0b3009a085ef3ee95e5ca6c7e5')
