summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-04-27 08:19:33 +0200
committerrazer2021-04-27 08:19:33 +0200
commitbea4d42ab0abe3efd68a8c57ce58fc409159b11d (patch)
tree0bd4cbd87ccef87667600845efa56f26fe8066a4
parent64c34b2de787cf87b8e6f7b5b4d50aa00967a72c (diff)
downloadaur-bea4d42ab0abe3efd68a8c57ce58fc409159b11d.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2575e478baa4..7baf4779ad04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rf24
pkgdesc = Python bindings for RF24 radio modules
- pkgver = 1.3.12
+ pkgver = 1.4.0
pkgrel = 0
url = http://tmrh20.github.io/RF24/
arch = any
@@ -10,10 +10,10 @@ pkgbase = python-rf24
depends = boost-libs
depends = python
depends = rf24
- source = https://github.com/nRF24/RF24/archive/v1.3.12.tar.gz
+ source = https://github.com/nRF24/RF24/archive/v1.4.0.tar.gz
source = boost-include.patch
- sha256sums = 2c63b5c7d8cdb952679bf3830c2cb25375e95628e531e2e0497aed08767b94b3
- sha256sums = 2cac9b4bc51943fcf9b7a8a51fdbd116276cd128d1d6375b3d832fcb4934d03a
+ sha256sums = 2c20edc08c6089bcfa1d97ac105fca9ac2b51d8fdf6201c616fd144ec3311317
+ sha256sums = deaa26d965708ed35ad0c31485a3a3e4d4c2ebb09f3a5243e264b5721b698fab
pkgname = python-rf24
diff --git a/PKGBUILD b/PKGBUILD
index 2ad87a5ce995..3771bb9fc174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=python-rf24
-pkgver=1.3.12
+pkgver=1.4.0
pkgrel=0
pkgdesc='Python bindings for RF24 radio modules'
arch=(any)
@@ -9,8 +9,8 @@ license=('GPL2')
depends=('boost-libs' 'python' 'rf24')
makedepends=('boost' 'python-setuptools')
source=("https://github.com/nRF24/RF24/archive/v${pkgver}.tar.gz" "boost-include.patch")
-sha256sums=('2c63b5c7d8cdb952679bf3830c2cb25375e95628e531e2e0497aed08767b94b3'
- '2cac9b4bc51943fcf9b7a8a51fdbd116276cd128d1d6375b3d832fcb4934d03a')
+sha256sums=('2c20edc08c6089bcfa1d97ac105fca9ac2b51d8fdf6201c616fd144ec3311317'
+ 'deaa26d965708ed35ad0c31485a3a3e4d4c2ebb09f3a5243e264b5721b698fab')
prepare() {
cd "$srcdir"