summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2016-05-13 14:41:04 +0200
committerClément Démoulins2016-05-13 14:41:04 +0200
commitef28994699eba5a3cfe89ca1c72312c8ed0ab036 (patch)
tree454e4676114dcff981e5b35b1b466a7a441d23e3
parent8dd453efa094d0317a9ea75000833e23aebaa3cf (diff)
downloadaur-ef28994699eba5a3cfe89ca1c72312c8ed0ab036.tar.gz
Upgrade using openssh 7.2p2 source
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0714a5d5b8cd..8525adf23060 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri May 13 12:40:57 UTC 2016
pkgbase = gnome-ssh-askpass2
pkgdesc = A GNOME and Gtk2 passphrase requesters for ssh-add.
- pkgver = 6.2p2
- pkgrel = 3
+ pkgver = 7.2p2
+ pkgrel = 1
url = http://www.openssh.org/portable.html
arch = i686
arch = x86_64
@@ -11,9 +13,9 @@ pkgbase = gnome-ssh-askpass2
conflicts = x11-ssh-askpass
conflicts = ssh-askpass-fullscreen
conflicts = gnome-ssh-askpass
- source = ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.2p2.tar.gz
+ source = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.2p2.tar.gz
source = gnome-ssh-askpass2.sh
- md5sums = be46174dcbb77ebb4ea88ef140685de1
+ md5sums = 13009a9156510d8f27e752659075cced
md5sums = 2eb5571a9751c94c90760bf3c05bd095
pkgname = gnome-ssh-askpass2
diff --git a/PKGBUILD b/PKGBUILD
index 739e9859e7a5..984089ab1c76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=gnome-ssh-askpass2
_pkgname=openssh
-pkgver=6.2p2
-pkgrel=3
+pkgver=7.2p2
+pkgrel=1
pkgdesc='A GNOME and Gtk2 passphrase requesters for ssh-add.'
arch=(i686 x86_64)
url="http://www.openssh.org/portable.html"
@@ -12,9 +12,9 @@ depends=('gtk2')
provides=('x11-ssh-askpass')
conflicts=('x11-ssh-askpass' 'ssh-askpass-fullscreen' 'gnome-ssh-askpass')
-source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$_pkgname-$pkgver.tar.gz
+source=(http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$_pkgname-$pkgver.tar.gz
gnome-ssh-askpass2.sh)
-md5sums=('be46174dcbb77ebb4ea88ef140685de1'
+md5sums=('13009a9156510d8f27e752659075cced'
'2eb5571a9751c94c90760bf3c05bd095')
build() {