summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cf84746a9b8..bcf93d4864f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-adafruit-gpio
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 = 1.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/adafruit/Adafruit_Python_GPIO//
arch = any
license = MIT
@@ -12,4 +12,3 @@ pkgbase = python-adafruit-gpio
sha256sums = d6465b92c866c51ca8f3bc1e8f2ec36f5ccdb46d0fd54101c1109756d4a2dcd0
pkgname = python-adafruit-gpio
-
diff --git a/PKGBUILD b/PKGBUILD
index 0d48db1e7f2c..1ec97675025b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-adafruit-gpio
_pypi_pkgname=adafruit-gpio
pkgver=1.0.3
-pkgrel=2
+pkgrel=3
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//"