[arch-commits] Commit in stress/repos/community-x86_64 (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Thu May 31 11:46:34 UTC 2018
Date: Thursday, May 31, 2018 @ 11:46:34
Author: bluewind
Revision: 334797
archrelease: copy trunk to community-x86_64
Added:
stress/repos/community-x86_64/PKGBUILD
(from rev 334796, stress/trunk/PKGBUILD)
Deleted:
stress/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 +++++++++++++++++++++++++++-------------------------
1 file changed, 27 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 11:46:31 UTC (rev 334796)
+++ PKGBUILD 2018-05-31 11:46:34 UTC (rev 334797)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=stress
-pkgver=1.0.4
-pkgrel=4
-pkgdesc="A tool that stress tests your system (CPU, memory, I/O, disks)"
-arch=('i686' 'x86_64')
-url="http://people.seas.harvard.edu/~apw/stress/"
-license=('GPL')
-options=('!emptydirs')
-source=(http://people.seas.harvard.edu/~apw/stress/${pkgname}-${pkgver}.tar.gz)
-md5sums=('890a4236dd1656792f3ef9a190cf99ef')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
-}
Copied: stress/repos/community-x86_64/PKGBUILD (from rev 334796, stress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-31 11:46:34 UTC (rev 334797)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=stress
+pkgver=1.0.4
+pkgrel=5
+pkgdesc="A tool that stress tests your system (CPU, memory, I/O, disks)"
+arch=('x86_64')
+url="http://people.seas.harvard.edu/~apw/stress/"
+license=('GPL')
+options=('!emptydirs')
+source=(https://people.seas.harvard.edu/~apw/stress/${pkgname}-${pkgver}.tar.gz{,.sign})
+md5sums=('890a4236dd1656792f3ef9a190cf99ef'
+ 'SKIP')
+validpgpkeys=(BB1838728F40B7E63BFCD67AE52707E90485EFCD)
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list