summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2022-05-25 19:08:45 +0200
committerThomas Wucher2022-05-25 19:10:32 +0200
commit0cbe236d372e58a246cc40486af1c18a74e31fe0 (patch)
tree58aca8831f525189c1bef93a3edcf831d5d55a91
parentc15b8bb308ea4f538286b6bb8b36d2df644f5502 (diff)
downloadaur-pmbw.tar.gz
pmbw 0.6.3-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f8ac1ad3589..a66710eacbdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = pmbw
pkgdesc = Parallel Memory Bandwidth Benchmark / Measurement
- pkgver = 0.6.2
- pkgrel = 2
+ pkgver = 0.6.3
+ pkgrel = 1
url = https://panthema.net/2013/pmbw/
arch = i686
arch = x86_64
arch = armv7h
arch = armv6h
license = GPL
- source = https://panthema.net/2013/pmbw/pmbw-0.6.2.tar.bz2
- md5sums = 0a63f24a2168a9373a3d7679ce93c3e0
+ source = https://github.com/bingmann/pmbw/archive/refs/tags/pmbw-0.6.3.tar.gz
+ md5sums = 25a7465ec6327f5beff49586397e5014
pkgname = pmbw
-
diff --git a/PKGBUILD b/PKGBUILD
index ec3e6d6f1633..8da527f62d5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=pmbw
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.6.3
+pkgrel=1
pkgdesc="Parallel Memory Bandwidth Benchmark / Measurement"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="https://panthema.net/2013/${pkgname}/"
license=('GPL')
-source=("https://panthema.net/2013/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('0a63f24a2168a9373a3d7679ce93c3e0')
+source=("https://github.com/bingmann/${pkgname}/archive/refs/tags/${pkgname}-${pkgver}.tar.gz")
+md5sums=('25a7465ec6327f5beff49586397e5014')
build() {
- cd "${pkgname}-${pkgver}"
+ cd "${pkgname}-${pkgname}-${pkgver}"
./configure --prefix=/usr
make
}
package() {
- cd "${pkgname}-${pkgver}"
+ cd "${pkgname}-${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}/" install
}