diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/zimg/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/zimg/APKBUILD b/testing/zimg/APKBUILD index 50d5969b5d..41aa7f8bdc 100644 --- a/testing/zimg/APKBUILD +++ b/testing/zimg/APKBUILD @@ -11,7 +11,7 @@ options="!check" # testing is done by make makedepends="autoconf automake libtool cmake" subpackages="$pkgname-dev $pkgname-doc" source="zimg-$pkgver.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-$pkgver.tar.gz - zimg-gtest.tar.gz::https://github.com/google/googletest/archive/0fe96607d85cf3a25ac40da369db62bbee2939a5.tar.gz" + zimg-gtest-1.8.0.tar.gz::https://github.com/google/googletest/archive/release-1.8.0.tar.gz" builddir="$srcdir/zimg-release-$pkgver" build() { @@ -28,7 +28,7 @@ build() { --mandir=/usr/share/man --localstatedir=/var" - # a particular version of googletest is required + # googletest is required in-tree cd "$builddir-test" mv "$srcdir"/googletest-release-*/* test/extra/googletest cd test/extra/googletest/googletest @@ -54,4 +54,4 @@ package() { } sha512sums="600139f86b074f2ed9614daa58d969465fa3d1578d8165bd2f841193f7b793c4b36389064dd4eee8e01e66a745d1c71c62e5bdb0b5283e54c435ed4a130a5b3b zimg-2.7.5.tar.gz -1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d zimg-gtest.tar.gz" +1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d zimg-gtest-1.8.0.tar.gz" |