summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2022-05-18 10:52:29 +0200
committerRaphael Nestler2022-05-18 10:52:29 +0200
commitfb0aefe9ba818083eb2525d8cbd557b5be876ac0 (patch)
tree97ddbb16acb61f46c7f48b3057b1adba2c26c279
parent24c4ce13191bcef0732b4181447651bda7257a51 (diff)
downloadaur-fb0aefe9ba818083eb2525d8cbd557b5be876ac0.tar.gz
Fix source URL
GitHub disabled the raw git protocol.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48728d866f5b..452f6a29c55b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = reboot-arch-btw-git
provides = reboot-arch-btw
conflicts = reboot-arch-btw
replaces = kernel-updated
- source = git://github.com/rnestler/reboot-arch-btw.git
+ source = git+https://github.com/rnestler/reboot-arch-btw.git
md5sums = SKIP
pkgname = reboot-arch-btw-git
diff --git a/PKGBUILD b/PKGBUILD
index 7a9041188f71..2b430d457a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('dbus')
replaces=('kernel-updated')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-source=("git://github.com/rnestler/${_pkgname}.git")
+source=("git+https://github.com/rnestler/${_pkgname}.git")
md5sums=('SKIP')
pkgver() {