diff options
Diffstat (limited to 'community/gtest/PKGBUILD')
-rw-r--r-- | community/gtest/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/gtest/PKGBUILD b/community/gtest/PKGBUILD index c19a0a435..8d9dc3592 100644 --- a/community/gtest/PKGBUILD +++ b/community/gtest/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 97632 2013-09-26 06:11:28Z fyan $ +# $Id: PKGBUILD 99792 2013-10-30 23:44:46Z allan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Alexandre Bique <bique.alexandre@gmail.com> # Contributor: Louis R. Marascio <lrm@fitnr.com> @@ -11,7 +11,6 @@ pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like JU arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/googletest/" license=('custom:BSD3') -options=('!libtool') depends=('gcc-libs' 'sh') makedepends=('python2' 'cmake') source=("http://googletest.googlecode.com/files/$pkgname-$pkgver.zip") |