summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be497229f179..b5a7ab1b2aca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = python-dot3k
pkgdesc = Library for the Display-o-tron Raspberry Pi add-on board from Pimoroni.
- pkgver = r115.d543fb3
+ pkgver = r115.862b3e1
pkgrel = 1
url = https://github.com/pimoroni/dot3k
- arch = armv6h
+ arch = any
license = GPL
makedepends = python
makedepends = git
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: