summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorx70b12022-02-14 21:34:00 +0100
committerx70b12022-02-14 21:34:00 +0100
commit0b932abcb4d7e53a9be32833745723135bf13dc4 (patch)
tree39594d66ba65f9287319162c48f5746b86c2ed59
parent38ee9601ce593d7a52014eb227be29462e063bb2 (diff)
downloadaur-0b932abcb4d7e53a9be32833745723135bf13dc4.tar.gz
r17.c377620-1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b666f41cd91e..15a975ded55a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: x70b1
pkgname=pam_exec-ssh
-pkgver=r16.a1320c3
-pkgrel=2
+pkgver=r17.c377620
+pkgrel=1
pkgdesc="Unlock SSH keys on login using PAM."
arch=(any)
url="https://github.com/x70b1/pam_exec-ssh"
license=("The Unlicense")
makedepends=("git")
depends=("pam" "expect")
-source=("${pkgname}::git+${url}.git")
+source=("${pkgname}::git+${url}.git#commit=$(echo ${pkgver} | cut -d '.' -f 2)")
noextract=()
sha256sums=('SKIP')