summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-08-26 08:46:33 +0200
committerrazer2021-08-26 08:46:33 +0200
commit10114763a37014b65fc0bc75a63b894b0c73b1ee (patch)
treed5942c88daad6d236a42e5e4a9f908a7ec1eb2d7
parentf6162a2335b8d51ac5834e2d9bc9c8c4f4cc0267 (diff)
downloadaur-10114763a37014b65fc0bc75a63b894b0c73b1ee.tar.gz
version bump
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7baf4779ad04..a63c5637fb36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rf24
pkgdesc = Python bindings for RF24 radio modules
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 0
url = http://tmrh20.github.io/RF24/
arch = any
@@ -10,10 +10,9 @@ pkgbase = python-rf24
depends = boost-libs
depends = python
depends = rf24
- source = https://github.com/nRF24/RF24/archive/v1.4.0.tar.gz
+ source = https://github.com/nRF24/RF24/archive/v1.4.1.tar.gz
source = boost-include.patch
- sha256sums = 2c20edc08c6089bcfa1d97ac105fca9ac2b51d8fdf6201c616fd144ec3311317
- sha256sums = deaa26d965708ed35ad0c31485a3a3e4d4c2ebb09f3a5243e264b5721b698fab
+ sha256sums = 14b822d7f984dbdba96c4715172b33eade054aaefbc72f1153c0fe9243ddd22a
+ sha256sums = 08f2893ce8e866a94fc6ab672ec28944f5b94cfe77ac5380dfe5e88d1a04a05a
pkgname = python-rf24
-
diff --git a/PKGBUILD b/PKGBUILD
index 3771bb9fc174..97544fa60980 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=python-rf24
-pkgver=1.4.0
+pkgver=1.4.1
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=('2c20edc08c6089bcfa1d97ac105fca9ac2b51d8fdf6201c616fd144ec3311317'
- 'deaa26d965708ed35ad0c31485a3a3e4d4c2ebb09f3a5243e264b5721b698fab')
+sha256sums=('14b822d7f984dbdba96c4715172b33eade054aaefbc72f1153c0fe9243ddd22a'
+ '08f2893ce8e866a94fc6ab672ec28944f5b94cfe77ac5380dfe5e88d1a04a05a')
prepare() {
cd "$srcdir"