[arch-commits] Commit in python-autobahn/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Tue May 29 22:36:31 UTC 2018
Date: Tuesday, May 29, 2018 @ 22:36:31
Author: foxboron
Revision: 333213
upgpkg: python-autobahn 18.5.2-1
Updated to 18.5.2
Modified:
python-autobahn/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-29 22:08:17 UTC (rev 333212)
+++ PKGBUILD 2018-05-29 22:36:31 UTC (rev 333213)
@@ -1,9 +1,10 @@
# $Id$
+# Maintainer: Morten Linderud
# Maintainer: Anatol Pomozov
pkgbase=python-autobahn
pkgname=(python-autobahn python2-autobahn)
-pkgver=18.5.1
+pkgver=18.5.2
pkgrel=1
pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
arch=(any)
@@ -10,8 +11,9 @@
url='http://autobahn.ws/python/'
license=(MIT)
makedepends=(python-setuptools python2-setuptools python-twisted python-six python-txaio python2-twisted python2-six python2-txaio)
+checkdepends=(python2-unittest2)
source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('f027887715628d82ba83af218eb0483ed70cc1e9a277df318be3b5346f2c115c')
+sha256sums=('fc88885b44fd2f42d962d7ea6a1c9baf3d1551adddb92acc861be17418183fa0')
prepare() {
cp -a autobahn-$pkgver{,-py2}
More information about the arch-commits
mailing list