summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquomoow2016-10-30 23:01:03 +0000
committerquomoow2016-10-30 23:01:03 +0000
commit6f9c05c5a017b48999f7c81a8ad61d82eebada0b (patch)
treea03f1e7a48e024ae2d8b7404e2aae1c52e5ccffa /PKGBUILD
parent0b30419f1199d52fe6be04566a36f2a47139a2f9 (diff)
downloadaur-python-dot3k.tar.gz
Updated PKGBUILD, please report any bugs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92184613fdc8..1d5fe9e35f8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Michael Goehler <somebody dot here at gmx dot de>
+# Maintainer: quomoow <quomoow@gmail.com>
pkgname=python-dot3k
-pkgver=r115.d543fb3
+pkgver=r115.862b3e1
pkgrel=1
pkgdesc="Library for the Display-o-tron Raspberry Pi add-on board from Pimoroni."
-arch=('armv6h')
+arch=('any')
url="https://github.com/pimoroni/dot3k"
license=('GPL')
depends=('python' 'python-raspberry-gpio' 'python-sn3218' 'python-st7036')
@@ -27,4 +27,3 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1
}
-# vim:set ts=2 sw=2 et: