summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2016-04-13 09:43:02 +0100
committerDaichi Shinozaki2016-04-13 09:43:02 +0100
commit1c915c74ebcffb19d87f290ba9154f24bc88dc88 (patch)
treee5eeebf2253487015c2ec0f6a2ace017843445fc
parentfba923d9629ddab02f1d5c7212284c140e365b4a (diff)
downloadaur-python2-autobahntestsuite.tar.gz
Bump version to 0.7.5.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 854276c0c135..61d9cb81e5af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Wed Apr 13 08:42:50 UTC 2016
pkgbase = python2-autobahntestsuite
pkgdesc = AutobahnTestSuite - WebSocket/WAMP protocol implementation test suite.
- pkgver = 0.7.1
+ pkgver = 0.7.5
pkgrel = 1
url = http://autobahn.ws/testsuite
arch = any
license = CUSTOM
makedepends = python2-distribute
depends = python2
- source = https://pypi.python.org/packages/source/a/autobahntestsuite/autobahntestsuite-0.7.1.zip
- md5sums = 2cbce3577a0bb2216ba3e966d9aa8c7b
+ source = https://pypi.python.org/packages/source/a/autobahntestsuite/autobahntestsuite-0.7.5.tar.gz
+ md5sums = 293fc97da28cb62a64d64ad56b9062dc
pkgname = python2-autobahntestsuite
diff --git a/PKGBUILD b/PKGBUILD
index 57804b8bf150..d862e75c247c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Automatically generated by pip2arch on 2015-03-31
#Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=python2-autobahntestsuite
-pkgver=0.7.1
+pkgver=0.7.5
pkgrel=1
pkgdesc="AutobahnTestSuite - WebSocket/WAMP protocol implementation test suite."
url="http://autobahn.ws/testsuite"
@@ -9,15 +9,15 @@ depends=('python2' )
makedepends=('python2-distribute' )
license=('CUSTOM')
arch=('any')
-source=('https://pypi.python.org/packages/source/a/autobahntestsuite/autobahntestsuite-0.7.1.zip')
-md5sums=('2cbce3577a0bb2216ba3e966d9aa8c7b')
+source=(https://pypi.python.org/packages/source/a/autobahntestsuite/autobahntestsuite-$pkgver.tar.gz)
+md5sums=('293fc97da28cb62a64d64ad56b9062dc')
build() {
- cd $srcdir/autobahntestsuite-0.7.1
+ cd $srcdir/autobahntestsuite-$pkgver
python2 setup.py build
}
package() {
- cd $srcdir/autobahntestsuite-0.7.1
+ cd $srcdir/autobahntestsuite-$pkgver
python2 setup.py install --root="$pkgdir" --optimize=1
}