summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2019-11-24 18:59:42 +0100
committerChristopher Arndt2019-11-24 18:59:42 +0100
commit948ec055380ce34aa762511174d6d15e78cf8716 (patch)
treebb06e1f9fe8b312f05c5d08e482db5201512d0f4
parent2076718d05527f6cf35f896759e494c3282d428b (diff)
downloadaur-948ec055380ce34aa762511174d6d15e78cf8716.tar.gz
Increase revision to trigger package rebuild for Python 3.8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b50e901fd908..69c380db8d1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-gpiozero
pkgdesc = A simple interface to GPIO devices with Raspberry Pi
pkgver = 1.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gpiozero/gpiozero
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 217039cc92a4..8bdc6e68db0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=gpiozero
pkgname="python-${_pkgname}"
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='A simple interface to GPIO devices with Raspberry Pi'
arch=('any')
url="https://github.com/${_pkgname}/${_pkgname}"