[arch-commits] CVS update of arch/build/base/bash (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Aug 5 16:03:45 UTC 2007


    Date: Sunday, August 5, 2007 @ 12:03:45
  Author: jgc
    Path: /home/cvs-arch/arch/build/base/bash

Modified: PKGBUILD (1.44 -> 1.45)

Cleanup PKGBUILDs, remove old patches, add licenses, fix source URLs


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


Index: arch/build/base/bash/PKGBUILD
diff -u arch/build/base/bash/PKGBUILD:1.44 arch/build/base/bash/PKGBUILD:1.45
--- arch/build/base/bash/PKGBUILD:1.44	Tue May 15 15:37:07 2007
+++ arch/build/base/bash/PKGBUILD	Sun Aug  5 12:03:45 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.44 2007/05/15 19:37:07 aaron Exp $
+# $Id: PKGBUILD,v 1.45 2007/08/05 16:03:45 jgc Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=bash
@@ -12,7 +12,9 @@
 backup=(etc/profile etc/skel/.bashrc etc/skel/.bash_profile)
 depends=('readline>=5.2')
 source=(ftp://ftp.cwru.edu/pub/bash/bash-3.2.tar.gz
-        bash-noinfo.patch profile bashrc)
+        bash-noinfo.patch
+	profile
+	bashrc)
 for p in $(seq -w 001 $_patchlevel); do
     source=(${source[@]} ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-$p)
 done




More information about the arch-commits mailing list