diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/procps-ng/PKGBUILD | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/core/procps-ng/PKGBUILD b/core/procps-ng/PKGBUILD index deede7ef4..2f6c71ab3 100644 --- a/core/procps-ng/PKGBUILD +++ b/core/procps-ng/PKGBUILD @@ -1,26 +1,28 @@ -# $Id: PKGBUILD 170098 2012-11-01 17:28:55Z bisson $ +# $Id: PKGBUILD 180917 2013-03-28 02:20:12Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Eric BĂ©langer <eric@archlinux.org> pkgname=procps-ng -pkgver=3.3.5 +pkgver=3.3.7 pkgrel=1 pkgdesc='Utilities for monitoring your system and its processes' -url="http://gitorious.org/procps" +url='http://gitorious.org/procps' license=('GPL' 'LGPL') arch=('i686' 'x86_64') groups=('base') depends=('ncurses') -conflicts=('procps') -provides=('procps') -replaces=('procps') backup=('etc/sysctl.conf') -options=('!libtool') source=("procps-ng-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver}" 'sysctl.conf') -sha1sums=('f591f2ff01f8866daf8999f45b797d18929b7aec' +sha1sums=('436ce9e585210340ff1673157e402e07879a6239' '97ff07bab9aa5daa8d54a1346f73ba74f8e12a53') +conflicts=('procps') +provides=('procps') +replaces=('procps') + +options=('!libtool') + build() { cd "${srcdir}/procps-procps" echo ${pkgver} > .tarball-version |