[arch-commits] Commit in grep/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Thu Nov 3 06:54:03 UTC 2011


    Date: Thursday, November 3, 2011 @ 02:54:02
  Author: allan
Revision: 141918

signing rebuild

Modified:
  grep/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-03 06:31:54 UTC (rev 141917)
+++ PKGBUILD	2011-11-03 06:54:02 UTC (rev 141918)
@@ -4,7 +4,7 @@
 
 pkgname=grep
 pkgver=2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A string search utility"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -13,8 +13,9 @@
 depends=('glibc' 'pcre' 'sh')
 makedepends=('texinfo')
 install=${pkgname}.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('25e41b2aa201104354740961ef36005a')
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('25e41b2aa201104354740961ef36005a'
+         '78b903e88d23890d9e737e1415f4de21')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list