summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2015-07-29 18:09:04 +0200
committerToke Høiland-Jørgensen2015-07-29 18:09:04 +0200
commit378cfa3c2e50ff16ebaac8a7b60c6ded710d65a2 (patch)
treec416128f72994124128ec63e97267dfa56d1e318
parentd129f4b7052bc72b26e4449014d5e5e338658744 (diff)
downloadaur-378cfa3c2e50ff16ebaac8a7b60c6ded710d65a2.tar.gz
Bump flent to v0.12.2.
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba76fdfecd44..0ce7005cfa38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flent
pkgdesc = The FLExible Network Tester.
- pkgver = 0.12.1
+ pkgver = 0.12.2
pkgrel = 1
url = https://flent.org
arch = any
@@ -12,8 +12,10 @@ 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.12.1.tar.gz
- sha1sums = f4fcfb127a33983e08e0eaddfbef5b0ec06060da
+ source = https://pypi.python.org/packages/source/f/flent/flent-0.12.2.tar.gz
+ source = https://pypi.python.org/packages/source/f/flent/flent-0.12.2.tar.gz.asc
+ sha1sums = ea235784591cbaac56d10adec23f4ce69a9fdf80
+ sha1sums = SKIP
pkgname = flent
diff --git a/.gitignore b/.gitignore
index 979d40c75a82..338e1988575c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.pkg.tar.xz
*.pkg.tar.xz.sig
*.tar.gz
+*.asc
/pkg
/src
diff --git a/PKGBUILD b/PKGBUILD
index 6d780075b319..3eda17c2cd38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Toke Høiland-Jørgensen <toke at toke dot dk>
pkgname=flent
-pkgver=0.12.1
+pkgver=0.12.2
pkgrel=1
pkgdesc='The FLExible Network Tester.'
arch=('any')
@@ -14,8 +14,10 @@ optdepends=(
'python-matplotlib: for outputting graphs'
'python-pyqt4: for the GUI'
)
-source=("https://pypi.python.org/packages/source/f/flent/flent-${pkgver}.tar.gz")
-sha1sums=('f4fcfb127a33983e08e0eaddfbef5b0ec06060da')
+source=(https://pypi.python.org/packages/source/f/flent/flent-${pkgver}.tar.gz{,.asc})
+sha1sums=('ea235784591cbaac56d10adec23f4ce69a9fdf80'
+ 'SKIP')
+validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"