summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-01-27 21:20:08 +0100
committerhaawda2022-01-27 21:20:08 +0100
commitf7b8fe5c72c7ec82f1cd54f5b1808b668e841fb4 (patch)
treeb9f0db315d9d46e58a1c4379437f635e86c5b254
parentc04d8423e7e0d2a5928b5bc8117dffb7166680e6 (diff)
downloadaur-f7b8fe5c72c7ec82f1cd54f5b1808b668e841fb4.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2998bddae16..dc3d3da58d81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = lbench
pkgdesc = Simple Linux multithread benchmarking tool
- pkgver = 4.9
+ pkgver = 5.0
pkgrel = 1
url = http://www.kornelix.net/lbench/lbench.html
arch = i686
arch = x86_64
license = GPL
depends = clutter-gtk
- source = http://www.kornelix.net/downloads/downloads/lbench-4.9.tar.gz
- sha256sums = 1c846fa6709b26048eb7a743b12fc8ab09bffc77d55c3b617559b4e7251363fd
+ source = http://www.kornelix.net/downloads/downloads/lbench-5.0.tar.gz
+ sha256sums = e2f211ada60f19cf408c18dd136ec48c3a81d68f5876e3fb9c6279c8e03cceee
pkgname = lbench
diff --git a/PKGBUILD b/PKGBUILD
index a61cd2d47960..8a9193612651 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=lbench
-pkgver=4.9
+pkgver=5.0
pkgrel=1
pkgdesc="Simple Linux multithread benchmarking tool"
url="http://www.kornelix.net/lbench/lbench.html"
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('clutter-gtk')
source=("http://www.kornelix.net/downloads/downloads/$pkgname-$pkgver.tar.gz")
-sha256sums=('1c846fa6709b26048eb7a743b12fc8ab09bffc77d55c3b617559b4e7251363fd')
+sha256sums=('e2f211ada60f19cf408c18dd136ec48c3a81d68f5876e3fb9c6279c8e03cceee')
build() {
cd $pkgname