[arch-commits] Commit in openssh-askpass/trunk (PKGBUILD)

Jakob Gruber schuay at nymeria.archlinux.org
Tue Feb 19 10:11:43 UTC 2013


    Date: Tuesday, February 19, 2013 @ 11:11:42
  Author: schuay
Revision: 84492

openssh-askpass 1.3.6-2

Modified:
  openssh-askpass/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-19 08:26:44 UTC (rev 84491)
+++ PKGBUILD	2013-02-19 10:11:42 UTC (rev 84492)
@@ -4,12 +4,12 @@
 
 pkgname=openssh-askpass
 pkgver=1.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc='A plasma-like passphrase dialog for ssh'
 arch=('i686' 'x86_64')
 url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1'
 license=('GPL')
-depends=('openssh' 'qt')
+depends=('openssh' 'qt4')
 makedepends=('cmake')
 provides=('x11-ssh-askpass')
 conflicts=('x11-ssh-askpass')
@@ -25,6 +25,7 @@
   cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
   make
 }
+
 package() {
   cd "$srcdir/$pkgname-$pkgver/build"
   make DESTDIR="$pkgdir" install




More information about the arch-commits mailing list