diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2018-09-26 14:42:20 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-26 16:19:04 +0000 |
commit | 1622f7c905bc251e56b62a84a2c350e8b5b827df (patch) | |
tree | d116a4ca2e3fe097299af47c7d44ac0efefbaa16 /community/yaml-cpp/APKBUILD | |
parent | cd24d5a65b7192c31509c46f38545631fce0afa3 (diff) | |
download | aports-1622f7c905bc251e56b62a84a2c350e8b5b827df.tar.bz2 aports-1622f7c905bc251e56b62a84a2c350e8b5b827df.tar.xz |
community/yaml-cpp: Fix headers of gmock and gtest being installed
patch is from upstream.
https://github.com/jbeder/yaml-cpp/issues/539
Diffstat (limited to 'community/yaml-cpp/APKBUILD')
-rw-r--r-- | community/yaml-cpp/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/yaml-cpp/APKBUILD b/community/yaml-cpp/APKBUILD index 23c69c1aa8..b3f5aa0b8b 100644 --- a/community/yaml-cpp/APKBUILD +++ b/community/yaml-cpp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=yaml-cpp pkgver=0.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="YAML parser and emitter in C++ matching YAML 1.2 spec" url="https://github.com/jbeder/yaml-cpp" arch="all" @@ -10,7 +10,8 @@ license="MIT" depends="" makedepends="cmake" subpackages="$pkgname-dev" -source="https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-$pkgver.tar.gz" +source="https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-$pkgver.tar.gz + 3e33bb316651981916d623488caf2f8ee1b79b50.patch" builddir="$srcdir/$pkgname-$pkgname-$pkgver" build() { @@ -32,4 +33,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="fea8ce0a20a00cbc75023d1db442edfcd32d0ac57a3c41b32ec8d56f87cc1d85d7dd7a923ce662f5d3a315f91a736d6be0d649997acd190915c1d68cc93795e4 yaml-cpp-0.6.2.tar.gz" +sha512sums="fea8ce0a20a00cbc75023d1db442edfcd32d0ac57a3c41b32ec8d56f87cc1d85d7dd7a923ce662f5d3a315f91a736d6be0d649997acd190915c1d68cc93795e4 yaml-cpp-0.6.2.tar.gz +1724ba4be7b28415824b8f11ea46fd4fab076f4672927f7263303963812c36f48ed32f83647066bc3d3d08607bf63a9de15d834c7a29a6d2708cdf5f58aaaaa5 3e33bb316651981916d623488caf2f8ee1b79b50.patch" |