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

Felix Yan felixonmars at archlinux.org
Sat Jun 5 21:22:12 UTC 2021


    Date: Saturday, June 5, 2021 @ 21:22:12
  Author: felixonmars
Revision: 956164

archrelease: copy trunk to community-x86_64

Added:
  memtester/repos/community-x86_64/PKGBUILD
    (from rev 956163, memtester/trunk/PKGBUILD)
Deleted:
  memtester/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-05 21:21:56 UTC (rev 956163)
+++ PKGBUILD	2021-06-05 21:22:12 UTC (rev 956164)
@@ -1,30 +0,0 @@
-# Maintainer: brent s. <bts[at]square-r00t[dot]net>
-# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
-# News updates for packages can be followed at https://devblog.square-r00t.net
-validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
-# Contributor:	Arto Jonsson	<kapsi.fi: ajonsson>
-# Contributor:	andrewy		<andrewyates.net: andrew>
-# Past maintainer:	Jesse Jaara	<gmail: jesse.jaara>
-
-pkgname=memtester
-pkgver=4.5.0
-pkgrel=1
-pkgdesc="A userspace utility for testing the memory subsystem for faults"
-arch=('x86_64')
-url="http://pyropus.ca/software/memtester/"
-license=('GPL2')
-depends=('glibc')
-source=("http://pyropus.ca/software/memtester/old-versions/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('17df913509df33851fbc58751df993a77bff765a9799ac2b7976518b0a659a2322c9a93a7438e9daa314035e0c08cfcee5cbc97c6be1631917c47e221f15d363')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -D -m755 memtester "${pkgdir}/usr/bin/memtester"
-  install -D -m644 memtester.8 "${pkgdir}/usr/share/man/man8/memtester.8"
-}

Copied: memtester/repos/community-x86_64/PKGBUILD (from rev 956163, memtester/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-05 21:22:12 UTC (rev 956164)
@@ -0,0 +1,30 @@
+# Maintainer: brent s. <bts[at]square-r00t[dot]net>
+# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
+# News updates for packages can be followed at https://devblog.square-r00t.net
+validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
+# Contributor:	Arto Jonsson	<kapsi.fi: ajonsson>
+# Contributor:	andrewy		<andrewyates.net: andrew>
+# Past maintainer:	Jesse Jaara	<gmail: jesse.jaara>
+
+pkgname=memtester
+pkgver=4.5.1
+pkgrel=1
+pkgdesc="A userspace utility for testing the memory subsystem for faults"
+arch=('x86_64')
+url="http://pyropus.ca/software/memtester/"
+license=('GPL2')
+depends=('glibc')
+source=("http://pyropus.ca/software/memtester/old-versions/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('cf5744f11a931338a94158aee3047ad2dab18b0cb27b8998184a98f33aaebc678beec74841a2bcbbd7154cc2e46a20f746d9cae01a9274714bcedb93f29f8c80')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m755 memtester "${pkgdir}/usr/bin/memtester"
+  install -D -m644 memtester.8 "${pkgdir}/usr/share/man/man8/memtester.8"
+}



More information about the arch-commits mailing list