summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiôn le Roux2021-02-21 23:00:14 +0100
committerSiôn le Roux2021-02-21 23:00:14 +0100
commitbbb78c486f5758aaa1de7d66126311103dac42de (patch)
tree7d1375cbd1221089c7e59a4a29f8c49455e114d2
parent94721befd21f0f46eb7a54cc53bd34a781dc2aa5 (diff)
downloadaur-python-adafruit-gpio-git.tar.gz
Bump pkgrel to 2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd790d9160bd..fd27dbffb3ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-adafruit-gpio-git
pkgdesc = Library to provide a cross-platform GPIO interface on the Raspberry Pi and Beaglebone Black using the RPi.GPIO and Adafruit_BBIO libraries.
pkgver = r75.cdf7a7b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/adafruit/Adafruit_Python_GPIO
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 75b846ee3ea2..e6181e937fe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-adafruit-gpio-git
pkgver=r75.cdf7a7b
-pkgrel=1
+pkgrel=2
pkgdesc="Library to provide a cross-platform GPIO interface on the Raspberry Pi and Beaglebone Black using the RPi.GPIO and Adafruit_BBIO libraries."
arch=('any')
url="https://github.com/adafruit/Adafruit_Python_GPIO"