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 4aea6e22000e..53199adf71b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = xbase
makedepends = cmake
depends = gcc-libs
options = staticlibs
- source = git+https://github.com/graywolf/xbase#tag=3.3.0
- source = git+https://github.com/3rd_party/googletest
+ source = https://github.com/graywolf/xbase#tag=3.3.0
+ source = https://github.com/3rd_party/googletest
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7b7375b66036..eaaab81ed50b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ makedepends=('git' 'cmake')
options=(staticlibs)
source=(
- "git+https://github.com/graywolf/xbase#tag=${pkgver}"
- "git+https://github.com/3rd_party/googletest"
+ "https://github.com/graywolf/xbase#tag=${pkgver}"
+ "https://github.com/3rd_party/googletest"
)
sha512sums=(
'SKIP'