summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee51ab2d0c9b..0b9006daf479 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=rf24
-pkgver='1.3.1'
+pkgver='1.3.3'
pkgrel=0
pkgdesc='Linux support for RF24 radio modules'
arch=(any)
url='http://tmrh20.github.io/RF24/'
license=('GPL2')
-#source=('git://github.com/TMRh20/RF24')
-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')
+sha256sums=('34a6bef3e14801f79f55fce66b7787e0810032a56b4d01788f618bfa51185147')
build() {
cd "$srcdir/RF24-$pkgver"