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

Travis Willard travis at archlinux.org
Mon Jan 7 14:39:41 UTC 2008


    Date: Monday, January 7, 2008 @ 09:39:41
  Author: travis
    Path: /home/cvs-extra/extra/system/keychain

Modified: PKGBUILD (1.6 -> 1.7)

Source has moved.  Other than that, identical.


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


Index: extra/system/keychain/PKGBUILD
diff -u extra/system/keychain/PKGBUILD:1.6 extra/system/keychain/PKGBUILD:1.7
--- extra/system/keychain/PKGBUILD:1.6	Sun Apr 29 14:27:22 2007
+++ extra/system/keychain/PKGBUILD	Mon Jan  7 09:39:41 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.6 2007/04/29 18:27:22 travis Exp $
+# $Id: PKGBUILD,v 1.7 2008/01/07 14:39:41 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Maintainer: Tom Killian <tom at archlinux.org>
 # Contributer: Benjamin Andresen <benny at klapmuetz.org>
@@ -11,7 +11,21 @@
 url="http://www.gentoo.org/proj/en/keychain/"
 license=('GPL')
 depends=('bash')
-source=(http://dev.gentoo.org/~agriffis/keychain/keychain-$pkgver.tar.bz2)
+
+# Source is mirrored across all gentoo mirrors.  Some selections are:
+# USA
+#source=(http://osmirrors.cerias.purdue.edu/pub/gentoo/distfiles/$pkgname-$pkgver.tar.bz2)
+
+# Carribean
+#source=(http://www.securehost.com/mirror/gentoo/distfiles/$pkgname-$pkgver.tar.bz2)
+
+# Singapore
+#source=(http://mirror.averse.net/pub/gentoo/distfiles/$pkgname-$pkgver.tar.bz2)
+
+# Canada
+source=(http://cdot.senecac.on.ca/software/gentoo/distfiles/$pkgname-$pkgver.tar.bz2)
+
+md5sums=('2a23b311e438ecebed5639b568738d28')
 
 build() {
   cd $startdir/src/keychain-$pkgver
@@ -19,5 +33,3 @@
   install -Dm0644 keychain.1 $startdir/pkg/usr/man/man1/keychain.1
 }
 
-md5sums=('2a23b311e438ecebed5639b568738d28')
-sha1sums=('0c1b645b68b9fe23bfe217963df45a033d84fe9c')




More information about the arch-commits mailing list