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

Allan McRae allan at archlinux.org
Sun Apr 18 04:06:34 UTC 2010


    Date: Sunday, April 18, 2010 @ 00:06:33
  Author: allan
Revision: 77797

upgpkg: diffutils 2.9-2
make sure sh is available for install script

Modified:
  diffutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-18 03:57:01 UTC (rev 77796)
+++ PKGBUILD	2010-04-18 04:06:33 UTC (rev 77797)
@@ -4,13 +4,13 @@
 
 pkgname=diffutils
 pkgver=2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility programs used for creating patch files"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/diffutils"
 license=('GPL3')
 groups=('base')
-depends=('glibc')
+depends=('glibc' 'sh')
 install=diffutils.install
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('d6bc1bdc874ddb14cfed4d1655a0dbbe')




More information about the arch-commits mailing list