summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-02-03 18:57:06 +0100
committerChristopher Arndt2022-02-03 18:57:06 +0100
commit2d702fe468b024606dec49ddabde29c440889026 (patch)
tree8ead5e29a3f8ffb429f33d76e4f7578cce890578
parentee0eebc23476bc3ac3bfdaee1c34103e99e99ddb (diff)
downloadaur-2d702fe468b024606dec49ddabde29c440889026.tar.gz
Update to upstream version 0.0.31
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 182894c9c301..d30cde0df395 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rshell
pkgdesc = A remote shell for working with MicroPython boards.
- pkgver = 0.0.30
+ pkgver = 0.0.31
pkgrel = 1
url = https://github.com/dhylands/rshell
arch = any
@@ -8,8 +8,7 @@ pkgbase = rshell
makedepends = python-setuptools
depends = python-pyudev
depends = python-pyserial
- source = https://files.pythonhosted.org/packages/source/r/rshell/rshell-0.0.30.tar.gz
- sha256sums = d2002d40d735204037d6142a6c2d51beecc763c124faaf759cabf7acd945be95
+ source = https://files.pythonhosted.org/packages/source/r/rshell/rshell-0.0.31.tar.gz
+ sha256sums = 7942b758a9ae5c6ff46516b0317f437dfce9f0721f3a3b635ebd501c9cd38fb9
pkgname = rshell
-
diff --git a/PKGBUILD b/PKGBUILD
index 14fc7b15e88d..b661e4603765 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jannik Becher <becher.jannik@gmail.com>
pkgname=rshell
-pkgver=0.0.30
+pkgver=0.0.31
pkgrel=1
pkgdesc="A remote shell for working with MicroPython boards."
url="https://github.com/dhylands/rshell"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('d2002d40d735204037d6142a6c2d51beecc763c124faaf759cabf7acd945be95')
+sha256sums=('7942b758a9ae5c6ff46516b0317f437dfce9f0721f3a3b635ebd501c9cd38fb9')
build() {
cd "$srcdir/${pkgname}-${pkgver}"