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 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"