summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2019-11-16 06:54:38 +0100
committerrazer2019-11-16 06:54:38 +0100
commitbcbc3a51741c62f7f0788b8c47f0325c58463681 (patch)
tree8d6637651c4aac486b438ffc6a34791bbbf2586c
parent34400b0dbbc5ef37d7c3e63c1a67b19ee821e985 (diff)
downloadaur-bcbc3a51741c62f7f0788b8c47f0325c58463681.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ec41a6a119d..df71f93770c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = rf24
pkgdesc = Linux support for RF24 radio modules
- pkgver = 1.3.1
+ pkgver = 1.3.3
pkgrel = 0
url = http://tmrh20.github.io/RF24/
arch = any
license = GPL2
- 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
pkgname = rf24
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"