summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHolger Obermaier2023-10-04 15:15:21 +0200
committerHolger Obermaier2023-10-04 15:15:21 +0200
commite0c97b0a141ff6ef32b162982b655db7a5a72d49 (patch)
treeec0d0ab801cd1b046fc8f0b1cd0c0f381ec35dc2 /PKGBUILD
parent19e18134c7b576abf7981032b11f352c52247b05 (diff)
downloadaur-e0c97b0a141ff6ef32b162982b655db7a5a72d49.tar.gz
add git package to makedepends, as it is needed to handle git sources
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d61e4282c26..83c94a7cc93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,21 @@
# Contributor: Steven Vancoillie <steven<dot>vancoillie[at]gmail[dot]com>
pkgname=likwid
pkgver=5.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight performance tools"
url="https://hpc.fau.de/research/tools/likwid/"
arch=('x86_64' 'i686')
license=('GPL3')
depends=()
-makedepends=()
-optdepends=('perl: for likwid-mpirun and likwid-perfscope'
- 'openmpi: for likwid-mpirun'
- 'gnuplot: for likwid-perfscope')
+makedepends=('git')
+optdepends=(
+ 'perl: for likwid-mpirun and likwid-perfscope'
+ 'openmpi: for likwid-mpirun'
+ 'gnuplot: for likwid-perfscope'
+)
conflicts=()
-source=( "likwid::git+https://github.com/RRZE-HPC/likwid#tag=v${pkgver}" )
-sha256sums=( "SKIP" )
+source=("likwid::git+https://github.com/RRZE-HPC/likwid#tag=v${pkgver}")
+sha256sums=("SKIP")
_prefix="/usr"
_mandir="${_prefix}/share/man"