diff options
Diffstat (limited to 'community/stress/PKGBUILD')
-rw-r--r-- | community/stress/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/stress/PKGBUILD b/community/stress/PKGBUILD index 2f320e0ab..af112e5c5 100644 --- a/community/stress/PKGBUILD +++ b/community/stress/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 64677 2012-02-17 18:26:44Z bluewind $ +# $Id: PKGBUILD 107849 2014-03-20 10:29:43Z bluewind $ # Contributor: Corrado Primier <bardo@aur.archlinux.org> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=stress pkgver=1.0.4 -pkgrel=3 +pkgrel=4 pkgdesc="A tool that stress tests your system (CPU, memory, I/O, disks)" arch=('i686' 'x86_64') -url="http://weather.ou.edu/~apw/projects/stress/" +url="http://people.seas.harvard.edu/~apw/stress/" license=('GPL') options=('!emptydirs') -source=(http://weather.ou.edu/~apw/projects/stress/${pkgname}-${pkgver}.tar.gz) -md5sums=('a607afa695a511765b40993a64c6e2f4') +source=(http://people.seas.harvard.edu/~apw/stress/${pkgname}-${pkgver}.tar.gz) +md5sums=('890a4236dd1656792f3ef9a190cf99ef') build() { cd ${srcdir}/${pkgname}-${pkgver} |