diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-03 15:00:59 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-03 15:01:15 +0000 |
commit | 1700ac9ea2e21a915f349fe5638257e8dc7b5982 (patch) | |
tree | aec6f5c5c4a66b052d23b846258b340818728f17 /testing/yaml-cpp | |
parent | c4df9d1805ff82794c28c739cd165ba5cdcdf361 (diff) | |
download | aports-1700ac9ea2e21a915f349fe5638257e8dc7b5982.tar.bz2 aports-1700ac9ea2e21a915f349fe5638257e8dc7b5982.tar.xz |
testing/yaml-cpp: rebuild for ppc64le
Diffstat (limited to 'testing/yaml-cpp')
-rw-r--r-- | testing/yaml-cpp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/yaml-cpp/APKBUILD b/testing/yaml-cpp/APKBUILD index 8292567581..0752381148 100644 --- a/testing/yaml-cpp/APKBUILD +++ b/testing/yaml-cpp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=yaml-cpp pkgver=0.5.3 -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" |