summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZach Callear2022-04-08 08:17:02 -0600
committerZach Callear2022-04-08 08:17:02 -0600
commit8fb88686e5c24382d661d186e648703b0b5a077c (patch)
tree88bbe8c792ad0b256f8f846a5378d355ddd85d7d /PKGBUILD
parent8876276412ed184ef8cdc1f2232c6adb7bbd8664 (diff)
downloadaur-pam_ssh_agent_auth.tar.gz
Use GitHub via HTTPS rather than unencrypted
As GitHub has dropped support for the "unauthenticated git protocol on port 9418", use git via HTTPS instead.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73fcbf198086..188ac4379f41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: Chris <alostengineer at narmos dot org>
pkgname=pam_ssh_agent_auth
pkgver=0.10.4
-pkgrel=2
+pkgrel=3
pkgdesc="PAM module which permits authentication via the keyring in a forwarded ssh-agent."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/jbeverly/pam_ssh_agent_auth"
license=('custom:OpenSSL')
-source=(git://github.com/jbeverly/pam_ssh_agent_auth.git#tag=$pkgname-$pkgver)
+source=(git+https://github.com/jbeverly/pam_ssh_agent_auth.git#tag=$pkgname-$pkgver)
md5sums=('SKIP')
makedepends=('git')
depends=('openssl')