summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112019-03-25 08:02:06 +0100
committerjose17112019-03-25 08:02:06 +0100
commit3ae54a8a10c7de8faca72688057fa0d1d198e2bf (patch)
tree23f78371df329d400f4e02e0c3516348caa9baf5
parentded5b8155ff52cc84c7997e3c7e19c253072e254 (diff)
downloadaur-3ae54a8a10c7de8faca72688057fa0d1d198e2bf.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 896ed18c1c1a..ff970a07c825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Mar 25 07:02:02 UTC 2019
pkgbase = python2-autobahn
pkgdesc = Real-time framework for Web, Mobile & Internet of Things
- pkgver = 19.3.2
+ pkgver = 19.3.3
pkgrel = 1
url = https://crossbar.io/autobahn/
arch = any
@@ -18,9 +20,9 @@ pkgbase = python2-autobahn
depends = python2-wsaccel
optdepends = python2-msgpack: MsgPack serializer support
optdepends = python2-pynacl: WAMP-cryptosign support
- source = https://pypi.io/packages/source/a/autobahn/autobahn-19.3.2.tar.gz
+ source = https://pypi.io/packages/source/a/autobahn/autobahn-19.3.3.tar.gz
source = skip-test-missing-serializers.patch
- sha256sums = 70a221d5e01923ea81457de04a3270ea2de376a759345ec4e8693db216c603a9
+ sha256sums = e92f40ab26fb51672c25cd301ae79a549c6ff7748effe6abdea2ef31d5363a4f
sha256sums = 2d4ec4300f98cddd13c3a4d70e6ae4934a98f17b04628cadfd18654172d04f92
pkgname = python2-autobahn
diff --git a/PKGBUILD b/PKGBUILD
index 299b22ac3a21..142d67465547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: Jose Riha <jose 1711 gmail com>
# Contributor: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
# Contributor: veox <veox at wemakethings dot net>
# Contributor: Morten Linderud <foxboron@archlinux.org>
@@ -5,7 +6,7 @@
# Contributor: Anatol Pomozov
pkgname=python2-autobahn
-pkgver=19.3.2
+pkgver=19.3.3
pkgrel=1
pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
arch=(any)
@@ -20,7 +21,7 @@ optdepends=(
)
source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz
skip-test-missing-serializers.patch)
-sha256sums=('70a221d5e01923ea81457de04a3270ea2de376a759345ec4e8693db216c603a9'
+sha256sums=('e92f40ab26fb51672c25cd301ae79a549c6ff7748effe6abdea2ef31d5363a4f'
'2d4ec4300f98cddd13c3a4d70e6ae4934a98f17b04628cadfd18654172d04f92')
prepare() {