summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevaev Maxim2016-03-09 15:06:14 +0300
committerDevaev Maxim2016-03-09 15:06:14 +0300
commit7be139e7a171f1350c1aa8238afc9ef219be8214 (patch)
tree9711860e29379ec4eb01bb586ff98a9f9aec3b38 /PKGBUILD
parent09916b6f78af42a74a9808b5d98781d2911ee3da (diff)
downloadaur-7be139e7a171f1350c1aa8238afc9ef219be8214.tar.gz
Update to 0.6.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f69b4cda2be5..4d5260bd4167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="python-raspberry-gpio"
-pkgver="0.6.1"
+pkgver="0.6.2"
pkgrel="1"
pkgdesc="Python library for GPIO access on a Raspberry Pi"
arch=("armv6h" "armv7h")
@@ -12,7 +12,7 @@ license=("MIT")
depends=("python")
makedepends=("python-distribute")
source=("https://pypi.python.org/packages/source/R/RPi.GPIO/RPi.GPIO-$pkgver.tar.gz")
-md5sums=("254d0443a436eb241367c487274e7197")
+md5sums=("9db86fd5f3bae872de9dbb068ee0b096")
package() {