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

Allan McRae allan at archlinux.org
Sun Apr 18 11:20:36 UTC 2010


    Date: Sunday, April 18, 2010 @ 07:20:36
  Author: allan
Revision: 77838

upgpkg: which 2.20-3
make sure sh is available for install script

Modified:
  which/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-18 11:06:39 UTC (rev 77837)
+++ PKGBUILD	2010-04-18 11:20:36 UTC (rev 77838)
@@ -4,13 +4,13 @@
 
 pkgname=which
 pkgver=2.20
-pkgrel=2
+pkgrel=3
 pkgdesc="A utility to show the full path of commands"
 arch=('i686' 'x86_64')
 url="http://www.xs4all.nl/~carlo17/which"
 license=('GPL3')
 groups=('base')
-depends=('glibc')
+depends=('glibc' 'sh')
 install=which.install
 source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('95be0501a466e515422cde4af46b2744')




More information about the arch-commits mailing list