summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-06-14 22:32:02 +0200
committerGoliathLabs2020-06-14 22:32:02 +0200
commitda00f51cf4034b18bdbe987798f3b84d4a98db6b (patch)
treea5c32240352b96c4311630d217800203e5fa9aca /PKGBUILD
parent06e7bc0485a35b405091098f285d03b43744830d (diff)
downloadaur-python-st7036.tar.gz
Updated: 1.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0563d1c00917..6460bc13af61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,18 @@
-# Maintainer: Michael Goehler <somebody dot here at gmx dot de>
+# Maintainer:
+# Contributor: Felix Golatofski <contact@xdfr.de>
+# Contributor: Michael Goehler <somebody dot here at gmx dot de>
pkgname=python-st7036
-pkgver=r20.a33546b
+pkgver=1.4.4
pkgrel=1
pkgdesc="Python bindings for ST7036 LCD."
-arch=('armv6h')
+arch=('armv6h' 'armv7h' 'aarch64')
url="https://github.com/pimoroni/st7036"
license=('GPL')
depends=('python' 'python-spidev' 'python-raspberry-gpio')
makedepends=('python' 'git')
-source=($pkgname::git://github.com/pimoroni/st7036.git)
-sha256sums=('SKIP')
-
-pkgver() {
- cd "$srcdir/$pkgname"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
+source=("https://github.com/pimoroni/st7036/archive/v$pkgver.tar.gz")
+sha256sums=('cb73aed42480f57f03e14c1a3ee7b93a55cddd8a326ac54dba6eeadcdf748bc7')
build() {
cd "$srcdir/$pkgname/python"