summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-16 12:41:22 +0200
committerGoliathLabs2020-05-16 12:41:22 +0200
commitf9bdf151537ff02966bb5bfb614b1cd27feedd70 (patch)
tree03a5d1a092d813294704779a82653b3334ce0ff4
parent3aeb8d1956905952b5f4b6a72467d6a3e772ec84 (diff)
downloadaur-f9bdf151537ff02966bb5bfb614b1cd27feedd70.tar.gz
Updated: 3.4
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 500ccc524c3a..58cb3fd6f9fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
-# Generated by mksrcinfo v8
-# Sun Feb 7 17:52:57 UTC 2016
pkgbase = python2-spidev
pkgdesc = Python2 bindings for Linux SPI access through spidev
- pkgver = 3.1
+ pkgver = 3.4
pkgrel = 1
- url = https://pypi.python.org/packages/source/s/spidev/
+ url = https://pypi.org/project/spidev/
arch = i686
arch = x86_64
arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL
makedepends = git
- depends = python2
- source = https://pypi.python.org/packages/source/s/spidev/spidev-3.1.tar.gz
- sha256sums = SKIP
+ depends = python2-setuptools
+ source = https://pypi.python.org/packages/source/s/spidev/spidev-3.4.tar.gz
+ sha256sums = 4314e52f573d95233c907f307558893313a8a606e197e77bb711526b0e179e80
pkgname = python2-spidev
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}"