Date: Wednesday, May 30, 2018 @ 19:28:21 Author: bisson Revision: 325185
free rebuild Modified: x11-ssh-askpass/trunk/PKGBUILD Deleted: x11-ssh-askpass/trunk/x11-ssh-askpass.install -------------------------+ PKGBUILD | 3 +-- x11-ssh-askpass.install | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-30 19:28:03 UTC (rev 325184) +++ PKGBUILD 2018-05-30 19:28:21 UTC (rev 325185) @@ -6,7 +6,7 @@ pkgname=x11-ssh-askpass pkgver=1.2.4.1 -pkgrel=5 +pkgrel=6 pkgdesc='Lightweight passphrase dialog for SSH' url='http://www.jmknoble.net/software/x11-ssh-askpass/' license=('custom') @@ -16,7 +16,6 @@ #source=("${url}${pkgname}-${pkgver}.tar.gz" # httpd only sends half the bits source=("http://pkgs.fedoraproject.org/repo/pkgs/openssh/x11-ssh-askpass-1.2.4.1.tar.gz/8f2e41f3f7eaa8543a2440454637f3c3/x11-ssh-askpass-1.2.4.1.tar.gz") sha256sums=('620de3c32ae72185a2c9aeaec03af24242b9621964e38eb625afb6cdb30b8c88') -install=${pkgname}.install build() { cd "${srcdir}/${pkgname}-${pkgver}" Deleted: x11-ssh-askpass.install =================================================================== --- x11-ssh-askpass.install 2018-05-30 19:28:03 UTC (rev 325184) +++ x11-ssh-askpass.install 2018-05-30 19:28:21 UTC (rev 325185) @@ -1,5 +0,0 @@ -post_upgrade() { - if [[ $(vercmp 1.2.4.1-5 "$2") -eq 1 ]]; then - echo "The SSH_ASKPASS environment variable is not exported by default anymore. Set it in /etc/profile to revert to the previous behavior" - fi -}
