summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2023-09-03 22:52:34 +0200
committerMichael Laß2023-09-03 22:52:34 +0200
commitf4af37ed7d56e5312759a47c2d78c363fdf711f1 (patch)
tree45aca834794f16fae298744631985b663a775516
parent92d86f522646994f30fa2d9a93d106aa6b431dd3 (diff)
downloadaur-f4af37ed7d56e5312759a47c2d78c363fdf711f1.tar.gz
Update to 2.2.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd09a21be24..ec551fef862b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meshtastic-python
pkgdesc = Python CLI and API for talking to Meshtastic devices
- pkgver = 2.1.11
- pkgrel = 3
+ pkgver = 2.2.2
+ pkgrel = 1
url = https://github.com/meshtastic/python/
arch = any
license = GPL3
@@ -20,9 +20,9 @@ pkgbase = meshtastic-python
depends = python-setuptools
depends = python-requests
optdepends = python-pytap2: TUN tunnel support
- source = meshtastic-python-2.1.11::https://github.com/meshtastic/python/archive/refs/tags/2.1.11.tar.gz
- source = https://github.com/meshtastic/python/commit/8e39a00c30fb97019c03b5f94ab598949d256af5.patch
- sha256sums = 3ed60131716b93c4afb852c888620f588ed7f48da5ab259b76f7c5e1dc4d0a62
- sha256sums = d84fe7ae94b7691fa0cda1c16200a6dcb5a7a36483bfa224b0663f0ca4018658
+ source = meshtastic-python-2.2.2::https://github.com/meshtastic/python/archive/refs/tags/2.2.2.tar.gz
+ source = https://github.com/meshtastic/python/commit/b2f3ba11aef3c28bd73b96a881fb5a248c2672d5.patch
+ sha256sums = 81800a77ac72f9f8939159c512f86379dc363873b0f4898186537ff92026e71d
+ sha256sums = 6a9e75a5f53762fdaa8b1827c74d95eb605b14ff223bbab12bcf0cdb621e5826
pkgname = meshtastic-python
diff --git a/PKGBUILD b/PKGBUILD
index 5975c05c64e1..56538220d07e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=meshtastic-python
_name=python
-_verbump=8e39a00c30fb97019c03b5f94ab598949d256af5
-pkgver=2.1.11
-pkgrel=3
+_verbump=b2f3ba11aef3c28bd73b96a881fb5a248c2672d5
+pkgver=2.2.2
+pkgrel=1
pkgdesc="Python CLI and API for talking to Meshtastic devices"
arch=('any')
url="https://github.com/meshtastic/python/"
@@ -20,8 +20,8 @@ depends=('python-protobuf' 'python-pypubsub' 'python-dotmap' 'python-pyqrcode' '
optdepends=('python-pytap2: TUN tunnel support')
source=("${pkgname}-${pkgver}::https://github.com/meshtastic/python/archive/refs/tags/${pkgver}.tar.gz"
"https://github.com/meshtastic/python/commit/${_verbump}.patch")
-sha256sums=('3ed60131716b93c4afb852c888620f588ed7f48da5ab259b76f7c5e1dc4d0a62'
- 'd84fe7ae94b7691fa0cda1c16200a6dcb5a7a36483bfa224b0663f0ca4018658')
+sha256sums=('81800a77ac72f9f8939159c512f86379dc363873b0f4898186537ff92026e71d'
+ '6a9e75a5f53762fdaa8b1827c74d95eb605b14ff223bbab12bcf0cdb621e5826')
prepare() {
cd "$_name-$pkgver"