summaryrefslogtreecommitdiff
path: root/core/which/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/which/PKGBUILD')
-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)