summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolf2018-01-10 18:06:41 +0100
committerWolf2018-01-10 18:06:41 +0100
commitd029a5ef4c9512479dc6d1931125b8e068b6c16b (patch)
treef97c7ae25554500e727856da1d20b5d106008bd7
parent2e8ca7296b90ce0dada6501fd030c687c17c6f5a (diff)
downloadaur-d029a5ef4c9512479dc6d1931125b8e068b6c16b.tar.gz
That's what I get for copy&paste
-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'