rebuild googletest and removed libtool

This commit is contained in:
AlmAck 2017-08-09 20:31:30 +02:00
parent 0981cde327
commit fde9f669f1

View File

@ -1,16 +1,12 @@
# Maintainer: Weng Xuetian <wengxt@gmail.com>
# Contributor: Alexandre Bique <bique.alexandre@gmail.com>
# Contributor: Louis R. Marascio <lrm@fitnr.com>
# Contributor: Cody Maloney <cmaloney@theoreticalchaos.com>
pkgbase=googletest
pkgname=('gtest' 'gmock')
pkgver=1.8.0
_pkgver=release-$pkgver
pkgrel=1
pkgrel=2
arch=('x86_64')
license=('BSD')
options=('!libtool')
makedepends=('cmake' 'python2')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/googletest/archive/$_pkgver.tar.gz")
sha256sums=('58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8')