summaryrefslogtreecommitdiff
path: root/community/sysstat/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-11 00:05:27 -0700
committerroot <root@rshg054.dnsready.net>2013-06-11 00:05:27 -0700
commitbf794523287bafc14671f83b08f7b22bceadc4bc (patch)
tree05c7098cb5eb0c4195d7c2eb735379fb27a974ab /community/sysstat/PKGBUILD
parent3f6e6048fea3b61c4d0b2c1e7385bc76882007a4 (diff)
Tue Jun 11 00:05:26 PDT 2013
Diffstat (limited to 'community/sysstat/PKGBUILD')
-rw-r--r--community/sysstat/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/sysstat/PKGBUILD b/community/sysstat/PKGBUILD
index 498d72401..65b5ef7f5 100644
--- a/community/sysstat/PKGBUILD
+++ b/community/sysstat/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 91152 2013-05-20 09:56:57Z spupykin $
+# $Id: PKGBUILD 92637 2013-06-10 09:42:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Martin Devera <devik@cdi.cz>
pkgname=sysstat
-pkgver=10.1.5
-pkgrel=3
+pkgver=10.1.6
+pkgrel=1
pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)"
arch=('i686' 'x86_64')
url="http://pagesperso-orange.fr/sebastien.godard/"
@@ -17,7 +17,7 @@ backup=('etc/conf.d/sysstat'
'etc/conf.d/sysstat.ioconf')
source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
sysstat.service)
-md5sums=('cdf66d6acd5c8cab709e07980b77ea6b'
+md5sums=('909135c84e36d780d501274e7450f924'
'12ba479c606620193e8b7c6e982d5088')
build() {
@@ -27,7 +27,7 @@ build() {
--mandir=/usr/share/man \
--enable-install-isag \
--disable-man-group
- make
+ make -j1
}
package() {