summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1def2d5040d6..7fec86542e8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flent-git
pkgdesc = The FLExible Network Tester.
- pkgver = 1.3.0.r16.4ae001d
+ pkgver = 2.0.0.r7.11522824e766
pkgrel = 1
url = https://flent.org
arch = any
@@ -10,7 +10,7 @@ pkgbase = flent-git
depends = netperf
depends = python-setuptools
optdepends = python-matplotlib: for outputting graphs
- optdepends = python-pyqt4: for the GUI
+ optdepends = python-qtpy: for the GUI
provides = flent
conflicts = netperf-wrapper
conflicts = flent
diff --git a/PKGBUILD b/PKGBUILD
index 6d8c45cd4abb..a109a4bb4a4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Luca Lemmo <luca at linux dot com>
pkgname=flent-git
-pkgver=1.3.0.r16.4ae001d
+pkgver=2.0.0.r7.11522824e766
pkgrel=1
pkgdesc='The FLExible Network Tester.'
arch=('any')
@@ -15,7 +15,7 @@ conflicts=('netperf-wrapper' 'flent')
replaces=('netperf-wrapper')
optdepends=(
'python-matplotlib: for outputting graphs'
- 'python-pyqt4: for the GUI'
+ 'python-qtpy: for the GUI'
)
source=(git+https://github.com/tohojo/flent.git)
md5sums=('SKIP')