summaryrefslogtreecommitdiff
path: root/core/which
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-29 00:06:25 -0800
committerroot <root@rshg054.dnsready.net>2013-01-29 00:06:25 -0800
commit2cb7f65fb24926493d457f6931e421e27aa629da (patch)
treedfd419375945457b6b6dd74c280812f8e5533743 /core/which
parent1b9f6dc846379470b620b5dbb9d4d7acd1de148c (diff)
Tue Jan 29 00:06:25 PST 2013
Diffstat (limited to 'core/which')
-rw-r--r--core/which/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/which/PKGBUILD b/core/which/PKGBUILD
index 65495fe69..481f51316 100644
--- a/core/which/PKGBUILD
+++ b/core/which/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 142082 2011-11-04 23:36:20Z allan $
+# $Id: PKGBUILD 176251 2013-01-28 00:29:29Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgname=which
pkgver=2.20
-pkgrel=5
+pkgrel=6
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')
+groups=('base' 'base-devel')
depends=('glibc' 'sh')
install=which.install
source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz)