summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12021-08-21 16:14:33 +0800
committerChocobo12021-08-21 16:14:33 +0800
commit4bffbad0f6452b787dda8b1d976dc60d0fd96975 (patch)
treeb36675aa85b0327ec6b2ca73ca95bbb278b756e7 /PKGBUILD
parentf590b75382e816108fa84540c66a83c88fe5ba05 (diff)
downloadaur-4bffbad0f6452b787dda8b1d976dc60d0fd96975.tar.gz
upgpkg: googletest-git 1.11.0.r45.g2f80c2ba-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64079b2e6834..eb1eaa03e6ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=googletest-git
-pkgver=1.10.0.r433.g1fb1bb23
+pkgver=1.11.0.r45.g2f80c2ba
pkgrel=1
pkgdesc="Google's C++ test framework"
arch=('i686' 'x86_64')
@@ -44,7 +44,5 @@ package() {
cd "googletest"
make -C "_build" DESTDIR="$pkgdir" install
- install -Dm755 "googletest/scripts/gtest-config.in" -t "$pkgdir/usr/bin"
-
install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/gtest"
}