summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLara Maia2016-01-12 17:42:35 +0000
committerLara Maia2016-01-12 17:43:31 +0000
commita37cd4d1683d268b30cc577fa47e201ade5258a7 (patch)
tree208339025aee7749aa2f175a55de3b269dec0de4
parentf0a15d247ea513781b7e5b197893be6ddda3445b (diff)
downloadaur-a37cd4d1683d268b30cc577fa47e201ade5258a7.tar.gz
Temp fix python3 compatibility issues
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 279f4524e08e..093495462f53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Jan 12 17:43:23 UTC 2016
pkgbase = python-wiringpi2-git
pkgdesc = Python-wrapped version of Gordon Henderson's WiringPI version 2.
pkgver = 86.4ad103c
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/WiringPi/WiringPi2-Python
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c50dad1a3d64..fce4a5f7649c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lara Maia <lara@craft.net.br>
pkgname=python-wiringpi2-git
pkgver=86.4ad103c
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Python-wrapped version of Gordon Henderson's WiringPI version 2."
url="https://github.com/WiringPi/WiringPi2-Python"
@@ -21,6 +21,7 @@ pkgver() {
prepare() {
cd "$srcdir"/WiringPi2-Python
+ git revert --no-edit 962b0d087fa78b247be426ed9442ea00af4bb93e
swig -python wiringpi.i
}