[arch-commits] Commit in stress/repos/community-x86_64 (PKGBUILD PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sat Feb 6 13:46:45 UTC 2021


    Date: Saturday, February 6, 2021 @ 13:46:45
  Author: bluewind
Revision: 846718

archrelease: copy trunk to community-x86_64

Added:
  stress/repos/community-x86_64/PKGBUILD
    (from rev 846717, stress/trunk/PKGBUILD)
Deleted:
  stress/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 13:46:42 UTC (rev 846717)
+++ PKGBUILD	2021-02-06 13:46:45 UTC (rev 846718)
@@ -1,27 +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=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
-}

Copied: stress/repos/community-x86_64/PKGBUILD (from rev 846717, stress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-06 13:46:45 UTC (rev 846718)
@@ -0,0 +1,26 @@
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=stress
+pkgver=1.0.4
+pkgrel=6
+pkgdesc="A tool that stress tests your system (CPU, memory, I/O, disks)"
+arch=('x86_64')
+url="https://people.seas.harvard.edu/~apw/stress/"
+license=('GPL')
+options=('!emptydirs')
+source=("https://sources.archlinux.org/other/community/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