summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevaev Maxim2019-07-22 05:50:30 +0300
committerDevaev Maxim2019-07-22 05:50:30 +0300
commit8f14620c4c26b83a120890976d19e0e921b57ee9 (patch)
treef54cc52f6c6ba05818abf12dfaecc9b79a256d8e
parentee17668da52a231beb81823f65ca8f8ea09fee6b (diff)
downloadaur-8f14620c4c26b83a120890976d19e0e921b57ee9.tar.gz
Update to 0.7.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2defc78698aa..781d86d8b93c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-raspberry-gpio
pkgdesc = Python library for GPIO access on a Raspberry Pi
- pkgver = 0.6.5
+ pkgver = 0.7.0
pkgrel = 1
- url = http://sourceforge.net/projects/raspberry-gpio-python/
+ url = http://sourceforge.net/projects/raspberry-gpio-python
arch = armv6h
arch = armv7h
arch = aarch64
@@ -10,8 +10,8 @@ pkgbase = python-raspberry-gpio
makedepends = gcc
makedepends = python-distribute
depends = python
- source = https://files.pythonhosted.org/packages/source/R/RPi.GPIO/RPi.GPIO-0.6.5.tar.gz
- sha1sums = b792e7b95e3a169b35ea9010fc8bd3e5d69aa670
+ source = https://files.pythonhosted.org/packages/source/R/RPi.GPIO/RPi.GPIO-0.7.0.tar.gz
+ sha1sums = 427089f39f13954c09d09a6a08a9249173fb8a17
pkgname = python-raspberry-gpio
diff --git a/PKGBUILD b/PKGBUILD
index 0a4ea08d4a8e..bd1fdd56a08f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=python-raspberry-gpio
-pkgver=0.6.5
+pkgver=0.7.0
pkgrel=1
pkgdesc="Python library for GPIO access on a Raspberry Pi"
-url="http://sourceforge.net/projects/raspberry-gpio-python/"
+url="http://sourceforge.net/projects/raspberry-gpio-python"
license=(MIT)
arch=(armv6h armv7h aarch64)
depends=(python)
makedepends=(gcc python-distribute)
source=("https://files.pythonhosted.org/packages/source/R/RPi.GPIO/RPi.GPIO-$pkgver.tar.gz")
-sha1sums=(b792e7b95e3a169b35ea9010fc8bd3e5d69aa670)
+sha1sums=(427089f39f13954c09d09a6a08a9249173fb8a17)
package() {