[arch-commits] Commit in bash-completion/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Wed Dec 2 15:00:35 UTC 2009
Date: Wednesday, December 2, 2009 @ 10:00:35
Author: ibiru
Revision: 60242
upgpkg: bash-completion 1.1-1
update to 1.1
Modified:
bash-completion/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-02 14:16:27 UTC (rev 60241)
+++ PKGBUILD 2009-12-02 15:00:35 UTC (rev 60242)
@@ -4,17 +4,15 @@
# Contributor: Evangelos Foutras <foutrelis at gmail.com>
pkgname=bash-completion
-pkgver=1.0
-pkgrel=3
+pkgver=1.1
+pkgrel=1
pkgdesc="Programmable completion for the bash shell"
arch=(any)
url="http://bash-completion.alioth.debian.org/"
license=('GPL')
depends=('bash')
-source=(http://bash-completion.alioth.debian.org/files/$pkgname-$pkgver.tar.gz
- fix-_filedir-on-bash-4.patch)
-md5sums=('cd1c5648272917fbe0eef4ba30bb93f4'
- '1c707436109fb4c80ef7abeefc7dd1b0')
+source=(http://bash-completion.alioth.debian.org/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('53369b32493b58c3d0d7d45630c329faa3ca209ed6e7a6c5392a19e67904721b')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -22,8 +20,6 @@
# fixes for archlinux
sed -i 's#/sbin/lsmod#/bin/lsmod#' bash_completion || return 1
- patch -up1 < $srcdir/fix-_filedir-on-bash-4.patch
-
./configure --prefix=/usr --sysconfdir=/etc
make || return 1
make DESTDIR="$pkgdir" install
More information about the arch-commits
mailing list