summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2021-04-12 16:47:48 +0200
committerGabriele Musco2021-04-12 16:48:20 +0200
commit1e96c4d05723811b18bddca3beea313023a242a1 (patch)
tree9b3c33f9c61e66622c737e6406be84d2778e8c2c
parent3a4b6dd330c3c7393e4e306aedcafe0c5f9fd38f (diff)
downloadaur-1e96c4d05723811b18bddca3beea313023a242a1.tar.gz
added iperf3 dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bf240c44812..e05228e09fb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whatip-git
pkgdesc = Info on your IP
- pkgver = 1.0.r0.g0da9b56
+ pkgver = 1.0.r4.g4fdfa66
pkgrel = 1
url = https://gitlab.gnome.org/gabmus/whatip
arch = any
@@ -15,6 +15,8 @@ pkgbase = whatip-git
depends = iproute2
depends = python-gobject
depends = gobject-introspection
+ depends = iperf3
+ depends = python-iperf3
provides = whatip
conflicts = whatip
source = whatip::git+https://gitlab.gnome.org/gabmus/whatip
diff --git a/PKGBUILD b/PKGBUILD
index 2ad669dcf742..d2b51eba9f93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://gitlab.gnome.org/gabmus/whatip
pkgname=whatip-git
-pkgver=1.0.r0.g0da9b56
+pkgver=1.0.r4.g4fdfa66
pkgrel=1
pkgdesc='Info on your IP'
arch=('any')
@@ -17,6 +17,8 @@ depends=(
'iproute2'
'python-gobject'
'gobject-introspection'
+ 'iperf3'
+ 'python-iperf3'
)
makedepends=('git' 'meson')
provides=('whatip')