summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2017-02-11 17:01:07 +0100
committer5chdn2017-02-11 17:01:07 +0100
commit93632d2d5ada17b79df39d3a4434f45b198502a4 (patch)
treebd1fe1dcd4f38c5739aee5c327514b39678e7ce8
parent72d08d5c4f42d8fa3bfbcf2f5ed115765e31e740 (diff)
downloadaur-93632d2d5ada17b79df39d3a4434f45b198502a4.tar.gz
New architecture
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12cae3389a37..ecf5514b05c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
# Generated by mksrcinfo v8
-# Sun Oct 23 19:50:12 UTC 2016
+# Sat Feb 11 16:00:47 UTC 2017
pkgbase = python-sense-hat
pkgdesc = Raspberry Pi Sense HAT Python library
pkgver = 2.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://pythonhosted.org/sense-hat/
arch = armv7h
+ arch = armv6h
license = BSD
depends = python
depends = python-pillow
diff --git a/PKGBUILD b/PKGBUILD
index af916b186f90..2b4610829d97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=python-sense-hat
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Raspberry Pi Sense HAT Python library"
-arch=('armv7h')
+arch=('armv7h' 'armv6h')
url="https://pythonhosted.org/sense-hat/"
license=('BSD')
depends=('python' 'python-pillow' 'python-setuptools' 'python-numpy' 'python-rtimulib' 'i2c-tools' 'lm_sensors')