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

Daniel Griffiths dgriffiths at archlinux.org
Mon May 17 01:40:07 UTC 2010


    Date: Sunday, May 16, 2010 @ 21:40:06
  Author: dgriffiths
Revision: 80387

Modified:
  keychain/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-17 00:40:46 UTC (rev 80386)
+++ PKGBUILD	2010-05-17 01:40:06 UTC (rev 80387)
@@ -4,7 +4,7 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=keychain
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc="A front-end to ssh-agent, allowing one long-running ssh-agent process per system, rather than per login."
 arch=('any')
@@ -12,8 +12,8 @@
 license=('GPL2')
 depends=('sh')
 source=(http://www.funtoo.org/archive/keychain/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c5eecd36130d9e8617a77f96b746982d')
-sha1sums=('3c9e43252011dd275bcf5f5a4da2141416fc6c60')
+md5sums=('07c622833192189f483cbaec287f9704')
+sha1sums=('e7ad7da374ba81e57792bb2695eb6c352f769de7')
 
 build() {
 	cd ${srcdir}/${pkgname}-${pkgver}
@@ -23,5 +23,5 @@
 package() {
 	cd ${srcdir}/${pkgname}-${pkgver}
 	install -Dm755 keychain ${pkgdir}/usr/bin/keychain || return 1
-	install -Dm644 keychain.1.gz ${pkgdir}/usr/share/man/man1/keychain.1.gz || return 1
+	install -Dm644 keychain.1 ${pkgdir}/usr/share/man/man1/keychain.1 || return 1
 }




More information about the arch-commits mailing list