summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c1f6c955e80..ab9e19caae43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,7 @@ pkgbase = yubipam-git
arch = any
license = GPL-2
provides = yubipam
- source = git://github.com/fzerorubigd/yubipam.git
+ source = git+https://github.com/fzerorubigd/yubipam.git
md5sums = SKIP
pkgname = yubipam-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 11eb87b9a7d6..50d1f692f681 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(any)
license=('GPL-2')
depends=()
makedepends=()
-source=("git://github.com/fzerorubigd/yubipam.git")
+source=("git+https://github.com/fzerorubigd/yubipam.git")
md5sums=('SKIP')
provides=('yubipam')
pkgver() {