summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSR_team2022-03-27 16:10:39 +0300
committerSR_team2022-03-27 16:10:39 +0300
commit11460ee756e8c3d0a1c2b3332acc45d0bf1c0396 (patch)
treec68346adacf3b34a22b18e304c75a09542c044d5 /PKGBUILD
parentaacdfc267cf8364139e783400afd132b03496b09 (diff)
downloadaur-g810-led-lib.tar.gz
fix URL for github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d502a9299e7..4ea0baa17c89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,8 @@ provides=("g213-led=${pkgver}" "g410-led=${pkgver}" "g413-led=${pkgver}" "g512-l
"g810-led=${pkgver}" "g815-led=${pkgver}" "g910-led=${pkgver}" "gpro-led=${pkgver}")
backup=("etc/${_appname}/profile" "etc/${_appname}/reboot" "etc/udev/rules.d/${_appname}.rules")
options=(!emptydirs)
-source=("git://github.com/MatMoul/${_appname}.git")
-#source=("git://github.com/MatMoul/${_appname}.git#branch=")
+source=("git+https://github.com/MatMoul/${_appname}.git")
+#source=("git+https://github.com/MatMoul/${_appname}.git#branch=")
md5sums=('SKIP')
build() {