summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'