summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2022-01-11 20:21:32 +0100
committerChristian Muehlhaeuser2022-01-11 20:21:32 +0100
commit3061ae7f2b8ae0b4b82131d32787b6d3e0898f52 (patch)
tree6f98b8d789d6f56b34f62befd5ab710821b53448
parentaa219f2f3280a040471697e0b8d64453213a9e99 (diff)
downloadaur-pam_beacon-git.tar.gz
Fix broken GitHub repository URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4098ec4f784a..f3567f23d394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = pam_beacon-git
depends = pam
provides = pam_beacon
conflicts = pam_beacon
- source = pam_beacon-git::git://github.com/muesli/pam-beacon.git
+ source = pam_beacon-git::git+https://github.com/muesli/pam-beacon.git
sha256sums = SKIP
pkgname = pam_beacon-git
diff --git a/PKGBUILD b/PKGBUILD
index f9a7f1185fee..1ae9ecc6717a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('pam')
makedepends=('git' 'go')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=($pkgname::"git://github.com/muesli/pam-beacon.git")
+source=($pkgname::"git+${url}.git")
sha256sums=('SKIP')
pkgver() {