summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b414d8d10e93..6835334db704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pam_ssh_agent_auth
pkgdesc = PAM module which permits authentication via the keyring in a forwarded ssh-agent.
pkgver = 0.10.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jbeverly/pam_ssh_agent_auth
arch = i686
arch = x86_64
@@ -13,8 +13,7 @@ pkgbase = pam_ssh_agent_auth
depends = openssl
optdepends = openssh: standard ssh-agent
optdepends = gnupg: gpg ssh-agent
- source = git://github.com/jbeverly/pam_ssh_agent_auth.git#tag=pam_ssh_agent_auth-0.10.4
+ source = git+https://github.com/jbeverly/pam_ssh_agent_auth.git#tag=pam_ssh_agent_auth-0.10.4
md5sums = SKIP
pkgname = pam_ssh_agent_auth
-
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')