gmock: no longer conflicts with gtest

This was resolved in 3da84d425b
This commit is contained in:
Michael Gehring 2017-07-21 23:04:04 +02:00
parent ac9ecb92b7
commit c23f4ce7a5

View File

@ -1,7 +1,7 @@
# Template build file for 'gmock'
pkgname=gmock
version=1.7.0
revision=6
revision=7
build_style=gnu-configure
short_desc="Google C++ Mocking Framework"
maintainer="Enno Boland <gottox@voidlinux.eu>"
@ -22,7 +22,6 @@ post_install() {
}
gmock-devel_package() {
conflicts="gtest-devel>=0"
depends="gmock>=${version}_${revision} gtest-devel"
short_desc+=" - development files"
pkg_install() {