summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d033140aff44..505d4a47329a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Mathieu Westphal <mathieu.westphal@gmail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Mathieu Westphal <mathieu.westphal@gmail.com>
pkgname=python2-spidev
-pkgver=3.1
+pkgver=3.4
pkgrel=1
pkgdesc="Python2 bindings for Linux SPI access through spidev"
-arch=('i686' 'x86_64' 'armv6h')
-url="https://pypi.python.org/packages/source/s/spidev/"
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
+url="https://pypi.org/project/spidev/"
license=('GPL')
-depends=('python2')
+depends=('python2-setuptools')
makedepends=('git')
source=("https://pypi.python.org/packages/source/s/spidev/spidev-${pkgver}.tar.gz")
-sha256sums=('SKIP')
+sha256sums=('4314e52f573d95233c907f307558893313a8a606e197e77bb711526b0e179e80')
build() {
cd "$srcdir/spidev-${pkgver}"