summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevaev Maxim2019-07-22 05:50:30 +0300
committerDevaev Maxim2019-07-22 05:50:30 +0300
commit8f14620c4c26b83a120890976d19e0e921b57ee9 (patch)
treef54cc52f6c6ba05818abf12dfaecc9b79a256d8e /PKGBUILD
parentee17668da52a231beb81823f65ca8f8ea09fee6b (diff)
downloadaur-8f14620c4c26b83a120890976d19e0e921b57ee9.tar.gz
Update to 0.7.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {