[arch-commits] CVS update of extra/system/keychain (PKGBUILD)

Travis Willard travis at archlinux.org
Sun Apr 29 18:27:22 UTC 2007


    Date: Sunday, April 29, 2007 @ 14:27:22
  Author: travis
    Path: /home/cvs-extra/extra/system/keychain

Modified: PKGBUILD (1.5 -> 1.6)

Reorganize PKGBUILD to more closely match format of PKGBUILD.proto


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


Index: extra/system/keychain/PKGBUILD
diff -u extra/system/keychain/PKGBUILD:1.5 extra/system/keychain/PKGBUILD:1.6
--- extra/system/keychain/PKGBUILD:1.5	Thu Nov  9 17:03:47 2006
+++ extra/system/keychain/PKGBUILD	Sun Apr 29 14:27:22 2007
@@ -1,13 +1,15 @@
-# $Id: PKGBUILD,v 1.5 2006/11/09 22:03:47 travis Exp $
+# $Id: PKGBUILD,v 1.6 2007/04/29 18:27:22 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Maintainer: Tom Killian <tom at archlinux.org>
 # Contributer: Benjamin Andresen <benny at klapmuetz.org>
+
 pkgname=keychain
 pkgver=2.6.8
 pkgrel=2
 pkgdesc="A front-end to ssh-agent, allowing one long-running ssh-agent process per system, rather than per login."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.gentoo.org/proj/en/keychain/"
+license=('GPL')
 depends=('bash')
 source=(http://dev.gentoo.org/~agriffis/keychain/keychain-$pkgver.tar.bz2)
 
@@ -16,4 +18,6 @@
   install -Dm0755 keychain $startdir/pkg/usr/bin/keychain
   install -Dm0644 keychain.1 $startdir/pkg/usr/man/man1/keychain.1
 }
+
 md5sums=('2a23b311e438ecebed5639b568738d28')
+sha1sums=('0c1b645b68b9fe23bfe217963df45a033d84fe9c')




More information about the arch-commits mailing list