summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2023-07-09 22:08:29 +0200
committerMichael Laß2023-07-09 22:08:29 +0200
commit840e00af802523ce2a9d87ad199a34d9712c5ae9 (patch)
treeb78abeb7b71ba7732e6cd45a11e244211630a484
parent37cfaead93cc3e22e07fc3447b7154c881051f8b (diff)
downloadaur-840e00af802523ce2a9d87ad199a34d9712c5ae9.tar.gz
Update to 2.1.10
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8cfc4bff688..0bc5f17ce7fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meshtastic-python
pkgdesc = Python CLI and API for talking to Meshtastic devices
- pkgver = 2.1.6
+ pkgver = 2.1.10
pkgrel = 1
url = https://github.com/meshtastic/python/
arch = any
@@ -17,9 +17,9 @@ pkgbase = meshtastic-python
depends = python-enum-compat
depends = python-requests
optdepends = python-pytap2: TUN tunnel support
- source = https://github.com/meshtastic/python/archive/refs/tags/2.1.6.tar.gz
- source = https://github.com/meshtastic/python/commit/dc3d43c57cf3dfc95404f5186c4f466ec88036c0.patch
- sha256sums = 47fa0d072132f2de0bae515cd76e8519eff3e32f2a31b2e50c5c01b8404eee4c
- sha256sums = b0a7a2bbd3a3937817b1c2814fb9033df82a2c4983b2e7411da0d09107c2a865
+ source = https://github.com/meshtastic/python/archive/refs/tags/2.1.10.tar.gz
+ source = https://github.com/meshtastic/python/commit/51079d4f257c6bcbcf96e82687700a1cabfd2bb5.patch
+ sha256sums = 89317cb285317cbb2115850ccffad8e2ddfb82aacd22e1f8a06c55612411dca1
+ sha256sums = 0286e2ed2f09217c136f5f620b1a048c176cfe69f8be2b24a96dfa39c0de5c66
pkgname = meshtastic-python
diff --git a/PKGBUILD b/PKGBUILD
index 8d08c879d1ca..73cd4e4f24a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=meshtastic-python
_name=python
-_verbump=dc3d43c57cf3dfc95404f5186c4f466ec88036c0
-pkgver=2.1.6
+_verbump=51079d4f257c6bcbcf96e82687700a1cabfd2bb5
+pkgver=2.1.10
pkgrel=1
pkgdesc="Python CLI and API for talking to Meshtastic devices"
arch=('any')
@@ -19,8 +19,8 @@ depends=('python-protobuf' 'python-pypubsub' 'python-dotmap' 'python-pyqrcode' '
optdepends=('python-pytap2: TUN tunnel support')
source=("https://github.com/meshtastic/python/archive/refs/tags/${pkgver}.tar.gz"
"https://github.com/meshtastic/python/commit/${_verbump}.patch")
-sha256sums=('47fa0d072132f2de0bae515cd76e8519eff3e32f2a31b2e50c5c01b8404eee4c'
- 'b0a7a2bbd3a3937817b1c2814fb9033df82a2c4983b2e7411da0d09107c2a865')
+sha256sums=('89317cb285317cbb2115850ccffad8e2ddfb82aacd22e1f8a06c55612411dca1'
+ '0286e2ed2f09217c136f5f620b1a048c176cfe69f8be2b24a96dfa39c0de5c66')
prepare() {
cd "$_name-$pkgver"