summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7e69bd4ccd5..3c809299891b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=python-rf24
-pkgver='1.3.1'
+pkgver='1.3.3'
pkgrel=0
pkgdesc='Python bindings for RF24 radio modules'
arch=(any)
@@ -9,8 +9,8 @@ url='http://tmrh20.github.io/RF24/'
license=('GPL2')
depends=('boost-libs' 'python' 'rf24')
makedepends=('boost' 'python-setuptools')
-source=('https://github.com/nRF24/RF24/archive/v1.3.1.tar.gz')
-md5sums=('SKIP')
+source=('https://github.com/nRF24/RF24/archive/v1.3.3.tar.gz')
+md5sums=('34a6bef3e14801f79f55fce66b7787e0810032a56b4d01788f618bfa51185147')
build() {
cd "$srcdir/RF24-$pkgver"