summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2016-10-07 12:02:46 +0200
committerToke Høiland-Jørgensen2016-10-07 12:03:12 +0200
commit757723813d170101d28f76465176415161ea1634 (patch)
treeef8361c49bae35a23d4bce2c252ff695082bca77
parent2f5f28d24c4130ea4eeaa07646a3cbc2201da4f8 (diff)
downloadaur-757723813d170101d28f76465176415161ea1634.tar.gz
Fix package source after PyPi changes.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b372f08a2fd..cc4894d98091 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Oct 1 19:08:05 UTC 2016
+# Fri Oct 7 10:03:07 UTC 2016
pkgbase = flent
pkgdesc = The FLExible Network Tester.
pkgver = 0.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://flent.org
arch = any
license = GPL
@@ -14,8 +14,8 @@ pkgbase = flent
optdepends = python-pyqt4: for the GUI
conflicts = netperf-wrapper
replaces = netperf-wrapper
- source = https://pypi.python.org/packages/source/f/flent/flent-0.15.0.tar.gz
- source = https://pypi.python.org/packages/source/f/flent/flent-0.15.0.tar.gz.asc
+ source = https://files.pythonhosted.org/packages/source/f/flent/flent-0.15.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/flent/flent-0.15.0.tar.gz.asc
sha1sums = 14ce74928cc0024e6487397957e03cf7f7c8b40b
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e476815cee50..c98d38eaa9b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flent
pkgver=0.15.0
-pkgrel=1
+pkgrel=2
pkgdesc='The FLExible Network Tester.'
arch=('any')
url='https://flent.org'
@@ -14,7 +14,7 @@ optdepends=(
'python-matplotlib: for outputting graphs'
'python-pyqt4: for the GUI'
)
-source=(https://pypi.python.org/packages/source/f/flent/flent-${pkgver}.tar.gz{,.asc})
+source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver}.tar.gz{,.asc})
sha1sums=('14ce74928cc0024e6487397957e03cf7f7c8b40b'
'SKIP')
validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705')