summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteabert2018-07-15 10:08:12 +0200
committersteabert2018-07-15 10:08:12 +0200
commitd8ecf2c20524e430bfdd5baa5b14ebe58ac892c6 (patch)
treecb25ea8144d85c64088dd7116fac3d9493a5cae5
parent6376205e5af997e2727bb7930cdccdac6b3a7f47 (diff)
downloadaur-d8ecf2c20524e430bfdd5baa5b14ebe58ac892c6.tar.gz
update to likwid 4.3.2
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acaaa72310fc..4775f899ba7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Steven Vancoillie <steven<dot>vancoillie[at]gmail[dot]com>
pkgname=likwid
-pkgver=4.2.0
+pkgver=4.3.2
pkgrel=1
pkgdesc="Lightweight performance tools"
url="https://github.com/rrze-likwid/likwid"
@@ -13,11 +13,11 @@ optdepends=('perl: for likwid-mpirun and likwid-perfscope'
'gnuplot: for likwid-perfscope')
conflicts=()
source=("${url}/archive/${pkgver}.tar.gz")
-md5sums=('e41ff334b8f032a323d941ce32907a75')
+md5sums=('2cf00e220dfe22c8d9b6e44f7534e11d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i "12s:/usr/local:/usr:; 25s:/man:/share/man:; 48s:/sbin:/bin:; 49s:/sbin:/bin:" config.mk
+ sed -i "13s:/usr/local:/usr:; 41s:/man:/share/man:; 58s:/sbin:/bin:; 59s:/sbin:/bin:" config.mk
sed -i "s:/sbin:/bin:" Makefile
make
}