summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b02c9cd1849..1ca37f6fef53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = bandcamp-dl-git
provides = bandcamp-dl
conflicts = bandcamp-dl
options = !emptydirs
- source = git://github.com/iheanyi/bandcamp-dl.git
+ source = https://github.com/iheanyi/bandcamp-dl.git
sha512sums = SKIP
pkgname = bandcamp-dl-git
diff --git a/PKGBUILD b/PKGBUILD
index 462b7c8aa477..ec844606ee76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ depends=(
provides=("$_pyname")
conflicts=("$_pyname")
options=(!emptydirs)
-source=(git://github.com/iheanyi/bandcamp-dl.git)
+source=(https://github.com/iheanyi/bandcamp-dl.git)
sha512sums=('SKIP')
pkgver() {