summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2016-04-29 16:59:46 +0100
committerWorMzy Tykashi2016-04-29 16:59:46 +0100
commit77e1646bfede971b421e215dd31b9909dd5f818a (patch)
treedc4f26c6f4dd3c6dfad296f521584d7582d6f81e
parent4a64f95a861cd68c9f95b5816ff504a503ef397e (diff)
downloadaur-77e1646bfede971b421e215dd31b9909dd5f818a.tar.gz
Updated to v1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rwxr-xr-xssh-askpass-fullscreen.sh1
3 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccfbbde59a96..6c90b31e1e70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ssh-askpass-fullscreen
pkgdesc = A small SSH Askpass replacement written with GTK2
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 3
url = http://github.com/atj/ssh-askpass-fullscreen
arch = i686
@@ -10,10 +10,10 @@ pkgbase = ssh-askpass-fullscreen
depends = openssh
provides = x11-ssh-askpass
conflicts = x11-ssh-askpass
- source = https://github.com/downloads/atj/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0.tar.bz2
+ source = https://github.com/atj/ssh-askpass-fullscreen/archive/v1.1.tar.gz
source = ssh-askpass-fullscreen.sh
- md5sums = 368406f2c001a272e844230f2dcd4018
- md5sums = 1f653619805275a8348c55bdb978d514
+ md5sums = fec8e50adcd997f85acdc9f8769ad6f9
+ md5sums = 23a0f7bba208252cfef4e3b8206b31a3
pkgname = ssh-askpass-fullscreen
diff --git a/PKGBUILD b/PKGBUILD
index 91b857d829b0..240c6088cfc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=ssh-askpass-fullscreen
-pkgver=1.0
+pkgver=1.1
pkgrel=3
pkgdesc="A small SSH Askpass replacement written with GTK2"
url="http://github.com/atj/ssh-askpass-fullscreen"
@@ -9,10 +9,10 @@ license=('GPL')
provides=('x11-ssh-askpass')
conflicts=('x11-ssh-askpass')
depends=('gtk2' 'openssh')
-source=(https://github.com/downloads/atj/$pkgname/$pkgname-$pkgver.tar.bz2
+source=(https://github.com/atj/$pkgname/archive/v$pkgver.tar.gz
ssh-askpass-fullscreen.sh)
-md5sums=('368406f2c001a272e844230f2dcd4018'
- '1f653619805275a8348c55bdb978d514')
+md5sums=('fec8e50adcd997f85acdc9f8769ad6f9'
+ '23a0f7bba208252cfef4e3b8206b31a3')
build() {
cd "$srcdir/$pkgname-$pkgver/src"
diff --git a/ssh-askpass-fullscreen.sh b/ssh-askpass-fullscreen.sh
index 69b6d113ea0c..0fc26d8a9978 100755
--- a/ssh-askpass-fullscreen.sh
+++ b/ssh-askpass-fullscreen.sh
@@ -1,7 +1,6 @@
#
# /etc/profile.d/ssh-askpass-fullscreen.sh
#
-# Maintained by Philipp Robbel <robbel@gmail.com>
if [ -f "/usr/lib/openssh/ssh-askpass-fullscreen" ] ; then
SSH_ASKPASS="/usr/lib/openssh/ssh-askpass-fullscreen"