summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2021-01-14 15:59:52 +0100
committerToke Høiland-Jørgensen2021-01-14 15:59:52 +0100
commitb2bb9585d44f4336c58355968e3b1ba3b96e6c4a (patch)
treed4d806dc6ffe807f3a59ac8ae6964f73ecb510f1
parent253180b7e1439c591d504aa1540356f1aea2c45d (diff)
downloadaur-b2bb9585d44f4336c58355968e3b1ba3b96e6c4a.tar.gz
Bump to v2.0.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9160e06045ba..376b58a91895 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flent
pkgdesc = The FLExible Network Tester.
- pkgver = 1.3.2
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://flent.org
arch = any
license = GPL
@@ -9,13 +9,15 @@ pkgbase = flent
depends = netperf
depends = python-setuptools
optdepends = python-matplotlib: for outputting graphs
+ optdepends = python-qtpy: for the GUI
optdepends = python-pyqt5: for the GUI
+ optdepends = python-pyside2: for the GUI
conflicts = netperf-wrapper
replaces = netperf-wrapper
- source = https://files.pythonhosted.org/packages/source/f/flent/flent-1.3.2.tar.gz
- source = https://files.pythonhosted.org/packages/source/f/flent/flent-1.3.2.tar.gz.asc
+ source = https://files.pythonhosted.org/packages/source/f/flent/flent-2.0.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/flent/flent-2.0.0.tar.gz.asc
validpgpkeys = DE6162B5616BA9C9CAAC03074A55C497F744F705
- sha256sums = 43e04e8388242e69c1fb09ee4454ba181c09eef14fd354d1c0a651d97b2f46cc
+ sha256sums = 8a9c33336f828b4e8621c59ae74e28c33b501a5ba074470041ff6aa897c15ce9
sha256sums = SKIP
pkgname = flent
diff --git a/PKGBUILD b/PKGBUILD
index 516cc91305aa..d680ef2ef607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Toke Høiland-Jørgensen <toke at toke dot dk>
pkgname=flent
-pkgver=1.3.2
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc='The FLExible Network Tester.'
arch=('any')
url='https://flent.org'
@@ -12,10 +12,12 @@ conflicts=('netperf-wrapper')
replaces=('netperf-wrapper')
optdepends=(
'python-matplotlib: for outputting graphs'
+ 'python-qtpy: for the GUI'
'python-pyqt5: for the GUI'
+ 'python-pyside2: for the GUI'
)
source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver}.tar.gz{,.asc})
-sha256sums=('43e04e8388242e69c1fb09ee4454ba181c09eef14fd354d1c0a651d97b2f46cc'
+sha256sums=('8a9c33336f828b4e8621c59ae74e28c33b501a5ba074470041ff6aa897c15ce9'
'SKIP')
validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705')