summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorordoe2015-12-22 11:30:27 +0100
committerordoe2015-12-22 11:30:27 +0100
commitdfcc8dc001b882c5e592db912d2b84c698999892 (patch)
tree39907910cf8e2624edb504d1eb8ba5aff958a997 /PKGBUILD
parentc884883ad7b68709ceea5979ff7f4eea5d252b8c (diff)
downloadaur-dfcc8dc001b882c5e592db912d2b84c698999892.tar.gz
Update sensor dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca14a8712dff..c15e4cb0e76c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-sense-hat
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Raspberry Pi Sense HAT Python library"
arch=('armv7h')
url="https://pythonhosted.org/sense-hat/"
license=('BSD')
-depends=('python' 'python-pillow' 'python-setuptools' 'python-numpy' 'python-rtimulib')
+depends=('python' 'python-pillow' 'python-setuptools' 'python-numpy' 'python-rtimulib' 'i2c-tools' 'lm_sensors')
provides=('python-sense-hat')
source=("https://github.com/RPi-Distro/python-sense-hat/archive/v${pkgver}.tar.gz")
sha256sums=('fdc26c296955b7b7cca9279e4cbe309b835afbd4912e0b46cbeac20051ff84e5')