summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Maslowski2022-05-04 11:28:17 +0200
committerDaniel Maslowski2022-05-04 11:28:17 +0200
commit8a3aaa708b9d4d4a12b76496ea0d52cab8813a21 (patch)
tree0ee46a5d22fd5198570ca025a1cd9e951caa9698 /PKGBUILD
parentc4d80fca3e4ed69c8cf5e2562d235b1fb8cbe7d7 (diff)
downloadaur-8a3aaa708b9d4d4a12b76496ea0d52cab8813a21.tar.gz
use https protocol for source instead of git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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() {