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

Allan McRae allan at archlinux.org
Fri Nov 20 05:21:43 UTC 2009


    Date: Friday, November 20, 2009 @ 00:21:43
  Author: allan
Revision: 59065

upgpkg: patch 2.6-1
    upstream update

Modified:
  patch/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-20 04:37:16 UTC (rev 59064)
+++ PKGBUILD	2009-11-20 05:21:43 UTC (rev 59065)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Allan McRae <allan at archlinux.org>
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=patch
-pkgver=2.5.9
-pkgrel=2
+pkgver=2.6
+pkgrel=1
 pkgdesc="A utility to apply patch files to original sources"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/patch/patch.html"
@@ -12,9 +12,8 @@
 groups=('base-devel')
 depends=('glibc')
 optdepends=('ed: Interpret the patch as an ed script; for patch -e functionality(deprecated)')
-source=(ftp://alpha.gnu.org/gnu/diffutils/$pkgname-$pkgver.tar.gz)
-	#ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('dacfb618082f8d3a2194601193cf8716')
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('bc71d33c35004db3768465bcaf9ed23c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list