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

Gaetan Bisson bisson at nymeria.archlinux.org
Tue Jun 11 06:49:26 UTC 2013


    Date: Tuesday, June 11, 2013 @ 08:49:26
  Author: bisson
Revision: 188166

free rebuild, fixes archweb mismatched signature detection

Modified:
  x11-ssh-askpass/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-11 06:43:13 UTC (rev 188165)
+++ PKGBUILD	2013-06-11 06:49:26 UTC (rev 188166)
@@ -1,5 +1,4 @@
 # $Id$
-
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 # Contributor: Mike Sampson <mike at sambodata dot com>
 # Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
@@ -7,7 +6,7 @@
 
 pkgname=x11-ssh-askpass
 pkgver=1.2.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight passphrase dialog for SSH'
 url='http://www.jmknoble.net/software/x11-ssh-askpass/'
 license=('custom')
@@ -22,7 +21,6 @@
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-
 	./configure \
 		--mandir=/usr/share/man \
 		--libexecdir=/usr/lib/ssh \
@@ -35,10 +33,8 @@
 
 package() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-
 	make DESTDIR="${pkgdir}" install install.man
-	install -Dm755 ../profile.d "${pkgdir}/etc/profile.d/${pkgname}.sh"
-
 	install -d "${pkgdir}/usr/share/licenses/${pkgname}"
 	sed '109,174p;d' README > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+	install -Dm755 ../profile.d "${pkgdir}/etc/profile.d/${pkgname}.sh"
 }




More information about the arch-commits mailing list