[arch-commits] CVS update of arch/build/base/readline (PKGBUILD)
Dan McGee
dan at archlinux.org
Tue Aug 21 15:35:35 UTC 2007
Date: Tuesday, August 21, 2007 @ 11:35:35
Author: dan
Path: /home/cvs-arch/arch/build/base/readline
Modified: PKGBUILD (1.23 -> 1.24)
current/base repo cleaning and organizing
* Add a 'base' group to all packages in the base directory. This may be
refined later to something like base, base-extra, and base-dev, etc. but
for now lets just stick with the simple.
* Add licenses to all packages in base that were missing them. Pretty sad when
40% of our core packages didn't have license lines.
* Fix a few other typos, usage of sf.net mirrors, etc.
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Index: arch/build/base/readline/PKGBUILD
diff -u arch/build/base/readline/PKGBUILD:1.23 arch/build/base/readline/PKGBUILD:1.24
--- arch/build/base/readline/PKGBUILD:1.23 Sun Aug 19 12:40:31 2007
+++ arch/build/base/readline/PKGBUILD Tue Aug 21 11:35:35 2007
@@ -1,13 +1,15 @@
-# $Id: PKGBUILD,v 1.23 2007/08/19 16:40:31 tpowa Exp $
+# $Id: PKGBUILD,v 1.24 2007/08/21 15:35:35 dan Exp $
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=readline
pkgver=5.2
pkgrel=3
pkgdesc="GNU readline library"
arch=(i686 x86_64)
+url="ftp://ftp.cwru.edu/pub/bash/"
+license=('GPL')
+groups=('base')
depends=(glibc ncurses)
backup=("etc/inputrc")
-url=('ftp://ftp.cwru.edu/pub/bash/')
source=(ftp://ftp.cwru.edu/pub/bash/readline-${pkgver}.tar.gz
ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-001
ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-002
More information about the arch-commits
mailing list