summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Wang2018-11-21 10:49:00 +0800
committerKyle Wang2018-11-21 10:49:00 +0800
commite74cbed07925e16ecdbeff31c0acb47e634bf4c1 (patch)
tree9e92d27343cd9fd9fa250a7adf515e9d63a0c11d
parente912b5485b6a1682b5e34bb2d2c790e30404d221 (diff)
downloadaur-e74cbed07925e16ecdbeff31c0acb47e634bf4c1.tar.gz
Update desc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 101665743307..ef9627014aa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mingw-w64-gtest
- pkgdesc = Google Test - C++ testing utility based on the xUnit framework (like JUnit)
+ pkgdesc = Google Test - C++ testing utility based on the xUnit framework (like JUnit) (mingw-w64)
pkgver = 1.8.1
pkgrel = 1
url = https://github.com/google/googletest
diff --git a/PKGBUILD b/PKGBUILD
index 3b59a3bc4e2b..b662bf0ab3fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=mingw-w64-gtest
pkgver=1.8.1
pkgrel=1
-pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like JUnit)"
+pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like JUnit) (mingw-w64)"
arch=(any)
url="https://github.com/google/googletest"
license=(custom:BSD3)