summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d866157a6b6b..2a83af57bea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=netperf-git
pkgver=2.7.0.r48.g3bc455b
-pkgrel=1
+pkgrel=2
pkgdesc="Benchmarking tool for many different types of networking"
arch=('i686' 'x86_64')
url="https://hewlettpackard.github.io/netperf/"
license=('MIT')
depends=('glibc' 'libsmbios' 'lksctp-tools')
makedepends=('git')
-provides=('netperf')
+provides=("netperf=$pkgver")
conflicts=('netperf')
source=("git+https://github.com/HewlettPackard/netperf.git"
"remove_duplicate_variable_definitions.patch::https://github.com/HewlettPackard/netperf/commit/c6a2e17fe35f0e68823451fedfdf5b1dbecddbe3.patch")