summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-03-26 22:26:17 +0100
committerMartchus2022-03-26 22:26:17 +0100
commiteb56b1e8cce1e890d1a2a6c0afc2feafaaaf1756 (patch)
tree225f4f20257cdf904f9aea287a521ba4f919f86f
parent2cde5188d1c89b19cf220ca39e22d72e4a7005c6 (diff)
downloadaur-eb56b1e8cce1e890d1a2a6c0afc2feafaaaf1756.tar.gz
Use git+https
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dcbe7a2c52d..d52861d1c43f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,7 @@ pkgbase = rpi_ws281x-git
makedepends = git
provides = rpi_ws281x
conflicts = rpi_ws281x
- source = rpi_ws281x::git://github.com/jgarff/rpi_ws281x.git
+ source = rpi_ws281x::git+https://github.com/jgarff/rpi_ws281x.git
sha256sums = SKIP
pkgname = rpi_ws281x-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 378fde0fa511..0fc0c5183135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ makedepends=('scons' 'git')
provides=("${_name}")
conflicts=("${_name}")
url="https://github.com/jgarff/${_reponame}"
-source=("${_reponame}::git://github.com/jgarff/${_reponame}.git")
+source=("${_reponame}::git+https://github.com/jgarff/${_reponame}.git")
sha256sums=('SKIP')
pkgver() {