summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-03-24 06:27:22 +0100
committerrazer2021-03-24 06:27:22 +0100
commit64c34b2de787cf87b8e6f7b5b4d50aa00967a72c (patch)
tree99363f62d8340d47cb95e8c94b4b4ac52953d2e3
parentb6f2fca29b58fa8ef85d1893867e64670702b9fe (diff)
downloadaur-64c34b2de787cf87b8e6f7b5b4d50aa00967a72c.tar.gz
version bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 396dc47cafde..2575e478baa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-rf24
pkgdesc = Python bindings for RF24 radio modules
- pkgver = 1.3.9
- pkgrel = 2
+ pkgver = 1.3.12
+ pkgrel = 0
url = http://tmrh20.github.io/RF24/
arch = any
license = GPL2
@@ -10,10 +10,10 @@ pkgbase = python-rf24
depends = boost-libs
depends = python
depends = rf24
- source = https://github.com/nRF24/RF24/archive/v1.3.9.tar.gz
+ source = https://github.com/nRF24/RF24/archive/v1.3.12.tar.gz
source = boost-include.patch
- sha256sums = 7fc2d32a3a226faa78e60ba472ad40f3da97d4d158845f9603d41e1cf8f31ae4
- sha256sums = 80439c7ae3c30c93e8da055b753bbe047da22815041aea048d723afd75ea1a39
+ sha256sums = 2c63b5c7d8cdb952679bf3830c2cb25375e95628e531e2e0497aed08767b94b3
+ sha256sums = 2cac9b4bc51943fcf9b7a8a51fdbd116276cd128d1d6375b3d832fcb4934d03a
pkgname = python-rf24
diff --git a/PKGBUILD b/PKGBUILD
index b860c27f22fc..2ad87a5ce995 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=python-rf24
-pkgver=1.3.9
-pkgrel=2
+pkgver=1.3.12
+pkgrel=0
pkgdesc='Python bindings for RF24 radio modules'
arch=(any)
url='http://tmrh20.github.io/RF24/'
@@ -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=('7fc2d32a3a226faa78e60ba472ad40f3da97d4d158845f9603d41e1cf8f31ae4'
- '80439c7ae3c30c93e8da055b753bbe047da22815041aea048d723afd75ea1a39')
+sha256sums=('2c63b5c7d8cdb952679bf3830c2cb25375e95628e531e2e0497aed08767b94b3'
+ '2cac9b4bc51943fcf9b7a8a51fdbd116276cd128d1d6375b3d832fcb4934d03a')
prepare() {
cd "$srcdir"