summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53199adf71b3..a12c8bf0a360 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xbase
pkgdesc = A C++ library
pkgver = 3.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/graywolf/xbase
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = xbase
depends = gcc-libs
options = staticlibs
source = https://github.com/graywolf/xbase#tag=3.3.0
- source = https://github.com/3rd_party/googletest
+ source = https://github.com/google/googletest
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index eaaab81ed50b..640254030db0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=xbase
pkgver=3.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="A C++ library"
arch=('i686' 'x86_64')
url='https://github.com/graywolf/xbase'
@@ -15,7 +15,7 @@ options=(staticlibs)
source=(
"https://github.com/graywolf/xbase#tag=${pkgver}"
- "https://github.com/3rd_party/googletest"
+ "https://github.com/google/googletest"
)
sha512sums=(
'SKIP'