summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevaev Maxim2016-02-15 23:25:15 +0300
committerDevaev Maxim2016-02-15 23:25:15 +0300
commit8c2db01552f3e5cde824c794176bf1027d01e696 (patch)
tree0726de379a4369fdcac67dea70bebadf3f63f606
parent58c5036e1ab0c8b5131a81ae04add6a1cc7e6170 (diff)
downloadaur-8c2db01552f3e5cde824c794176bf1027d01e696.tar.gz
Bump
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ea2daa47ec0..f69b4cda2be5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="python-raspberry-gpio"
-pkgver="0.5.11"
+pkgver="0.6.1"
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=("9dc3dab6ce2b7ccb833a866efb392821")
+md5sums=("254d0443a436eb241367c487274e7197")
package() {