summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolf2018-01-10 18:05:23 +0100
committerWolf2018-01-10 18:05:23 +0100
commit2e8ca7296b90ce0dada6501fd030c687c17c6f5a (patch)
treed607938837e8c27f13fe48e3144772c883d8cbe1
parentdb8e790cc14cf6248bc04eb9b207245084ac471d (diff)
downloadaur-2e8ca7296b90ce0dada6501fd030c687c17c6f5a.tar.gz
Fix up urls
-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'