summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRigoLigoRLC2022-05-05 21:07:32 +0800
committerRigoLigoRLC2022-05-05 21:07:32 +0800
commit74285edfbc681f8ab048e10420f617ce532f5b02 (patch)
tree70ddec34cb87c7f7ecd497c68b49419399b630d4
parentf7151d5c7e07e290b1224f223544c9eada01c01f (diff)
downloadaur-74285edfbc681f8ab048e10420f617ce532f5b02.tar.gz
Fixed build failure caused by new Git url format
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61b4abd16f0e..e444e1b0cefc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = scopehal-apps-git
depends = catch2
depends = clfft
depends = ffts-git
- source = git://github.com/azonenberg/scopehal-apps
+ source = git+https://github.com/azonenberg/scopehal-apps.git
source = modules.patch
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aeb84d952ff4..32dc1e44edba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,13 +13,13 @@ makedepends=('cmake')
checkdepends=()
optdepends=()
provides=()
-conflicts=()
+conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
-source=("git://github.com/azonenberg/scopehal-apps" "modules.patch")
+source=("git+https://github.com/azonenberg/scopehal-apps.git" "modules.patch")
md5sums=('SKIP' 'SKIP')
validpgpkeys=()