summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-11-20 04:46:10 -0500
committerPatrick Northon2021-11-20 04:46:10 -0500
commit269e36e4591be602f1c8046d15c745356eb417eb (patch)
tree307e07de379bf3d6569b2db1b68989803f0b3d57
parent22b472e2c7f6ba9f2916477283f577207889040c (diff)
downloadaur-269e36e4591be602f1c8046d15c745356eb417eb.tar.gz
Small corrections.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf7ff5265e22..069f0e758b66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-gtest
options = !buildflags
options = staticlibs
options = !strip
- source = mingw-w64-gtest-1.11.0.tar.gz::https://github.com/google/googletest/archive/release-1.11.0.tar.gz
+ source = gtest-1.11.0.tar.gz::https://github.com/google/googletest/archive/release-1.11.0.tar.gz
sha512sums = 6fcc7827e4c4d95e3ae643dd65e6c4fc0e3d04e1778b84f6e06e390410fe3d18026c131d828d949d2f20dde6327d30ecee24dcd3ef919e21c91e010d149f3a28
pkgname = mingw-w64-gtest
diff --git a/PKGBUILD b/PKGBUILD
index 1175082d24a6..3c21c84cc069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,8 @@
# Contributor: Louis R. Marascio <lrm@fitnr.com>
# Contributor: Cody Maloney <cmaloney@theoreticalchaos.com>
-pkgname=mingw-w64-gtest
+_pkgname=gtest
+pkgname=mingw-w64-${_pkgname}
pkgver=1.11.0
pkgrel=1
pkgdesc='Google Test - C++ testing utility based on the xUnit framework (like JUnit) (mingw-w64)'
@@ -15,7 +16,7 @@ license=('custom:BSD3')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=(!buildflags staticlibs !strip)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/googletest/archive/release-${pkgver}.tar.gz")
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/google/googletest/archive/release-${pkgver}.tar.gz")
sha512sums=('6fcc7827e4c4d95e3ae643dd65e6c4fc0e3d04e1778b84f6e06e390410fe3d18026c131d828d949d2f20dde6327d30ecee24dcd3ef919e21c91e010d149f3a28')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')