summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-08-28 06:17:29 +0200
committerrazer2021-08-28 06:17:29 +0200
commitdd990796ae7075b77edbf624eb975b17588948ee (patch)
tree85b7855978fe97f26c5514551f35600b8c3d3470
parent10114763a37014b65fc0bc75a63b894b0c73b1ee (diff)
downloadaur-dd990796ae7075b77edbf624eb975b17588948ee.tar.gz
version bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--boost-include.patch6
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a63c5637fb36..8b13cdabd41c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-rf24
pkgdesc = Python bindings for RF24 radio modules
pkgver = 1.4.1
- pkgrel = 0
+ pkgrel = 1
url = http://tmrh20.github.io/RF24/
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 97544fa60980..3d827fc6c941 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=python-rf24
pkgver=1.4.1
-pkgrel=0
+pkgrel=1
pkgdesc='Python bindings for RF24 radio modules'
arch=(any)
url='http://tmrh20.github.io/RF24/'
diff --git a/boost-include.patch b/boost-include.patch
index d4dcb9e3e65f..889a3bcc8f0b 100644
--- a/boost-include.patch
+++ b/boost-include.patch
@@ -1,6 +1,6 @@
-diff --unified --recursive --text src/RF24-1.4.0/pyRF24/pyRF24.cpp src-patch/RF24-1.4.0/pyRF24/pyRF24.cpp
---- src/RF24-1.4.0/pyRF24/pyRF24.cpp 2020-08-22 16:49:54.000000000 +0200
-+++ src-patch/RF24-1.4.0/pyRF24/pyRF24.cpp 2020-12-24 06:57:15.028070430 +0100
+diff --unified --recursive --text src/RF24-1.4.1/pyRF24/pyRF24.cpp src-patch/RF24-1.4.1/pyRF24/pyRF24.cpp
+--- src/RF24-1.4.1/pyRF24/pyRF24.cpp 2020-08-22 16:49:54.000000000 +0200
++++ src-patch/RF24-1.4.1/pyRF24/pyRF24.cpp 2020-12-24 06:57:15.028070430 +0100
@@ -1,5 +1,5 @@
-#include <RF24/RF24.h>
#include <boost/python.hpp>