summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2019-11-24 18:59:42 +0100
committerChristopher Arndt2019-11-24 18:59:42 +0100
commit948ec055380ce34aa762511174d6d15e78cf8716 (patch)
treebb06e1f9fe8b312f05c5d08e482db5201512d0f4 /PKGBUILD
parent2076718d05527f6cf35f896759e494c3282d428b (diff)
downloadaur-948ec055380ce34aa762511174d6d15e78cf8716.tar.gz
Increase revision to trigger package rebuild for Python 3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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}"