summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38be4fe12b4a..8a1ab5d00528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=python-can
-pkgver=3.3.4
-pkgrel=3
+pkgver=4.0.0
+pkgrel=1
pkgdesc="Python library to access CAN bus via SocketCAN, Kvaser's CANLIB, or CAN over Serial"
arch=('any')
url="https://pypi.python.org/pypi/python-can"
@@ -10,7 +10,7 @@ license=('LGPLv3')
makedepends=('python-setuptools')
depends=('python' 'python-aenum' 'python-wrapt')
source=(https://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('cc4084c0348e1e0ef2372ebd863f2dfc85cae7315beb15d68f6e7d9531f05318d4307624bca13b3ae711ce219d3434183cd14d758d6073bf03db69d347eb7e6c')
+sha512sums=('ce2bd6fdbe48a1a030701b9303d70855aed8fac2e33d340ae8eceea2d3c0d5701fd9cb53d8c4bffb13f5c7bf17cb22632aedb89c806df8b68552d5ea42479f02')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"