From d159b7039e64b8772eb04dbbbaca2d22dc3af298 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 22 Apr 2019 15:45:54 +0300 Subject: [PATCH] python-can: Update to 3.1.1 --- mingw-w64-python-can/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-can/PKGBUILD b/mingw-w64-python-can/PKGBUILD index 655dfa1def..567decfab9 100644 --- a/mingw-w64-python-can/PKGBUILD +++ b/mingw-w64-python-can/PKGBUILD @@ -3,7 +3,7 @@ _realname=can pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=3.0.0 +pkgver=3.1.1 pkgrel=1 pkgdesc="Provides controller area network (CAN) support for Python developers (mingw-w64)" arch=('any') @@ -28,7 +28,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python2-mock" "${MINGW_PACKAGE_PREFIX}-python3-future" "${MINGW_PACKAGE_PREFIX}-python3-six") source=(${_realname}-${pkgver}.tar.gz::https://github.com/hardbyte/python-can/archive/${pkgver}.tar.gz) -sha256sums=('2e90e630956c30493f150f7489ecf0233cf3df7d3b9c42299d6841ab166d8253') +sha256sums=('c25b9e6be656877720af81c91014cf6ad078de70b76fa443c7b7eee9624452f6') prepare() { cd "${srcdir}/python-${_realname}-${pkgver}"