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