[arch-commits] Commit in grep/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Fri Mar 26 12:37:52 UTC 2010
Date: Friday, March 26, 2010 @ 08:37:52
Author: allan
Revision: 73471
upgpkg: grep 2.6.1-1
upstream update
Modified:
grep/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-03-26 11:37:08 UTC (rev 73470)
+++ PKGBUILD 2010-03-26 12:37:52 UTC (rev 73471)
@@ -3,7 +3,7 @@
# Contributor: judd <jvinet at zeroflux.org>
pkgname=grep
-pkgver=2.6
+pkgver=2.6.1
pkgrel=1
pkgdesc="A string search utility"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
depends=('glibc' 'pcre' 'sh')
makedepends=('texinfo>=4.8a')
install=${pkgname}.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('be5ca628d4b667689149f660e54d211f')
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('6462c218ad2df7e111206d06bef38363')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
More information about the arch-commits
mailing list