summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2024-02-13 01:44:12 +0100
committerChristopher Arndt2024-02-13 01:44:12 +0100
commitc7b0c5030754d74fb414f21727fcf6f772ce77e4 (patch)
treebb356480f6553be3cd891ea757dca65a782d81ed
parent2d702fe468b024606dec49ddabde29c440889026 (diff)
downloadaur-rshell.tar.gz
New upstream version 0.0.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d30cde0df395..cf42e0905bb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rshell
pkgdesc = A remote shell for working with MicroPython boards.
- pkgver = 0.0.31
+ pkgver = 0.0.32
pkgrel = 1
url = https://github.com/dhylands/rshell
arch = any
@@ -8,7 +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.31.tar.gz
- sha256sums = 7942b758a9ae5c6ff46516b0317f437dfce9f0721f3a3b635ebd501c9cd38fb9
+ source = https://files.pythonhosted.org/packages/source/r/rshell/rshell-0.0.32.tar.gz
+ sha256sums = 7eb230676d49cd5831452f8aa2e0630d284708fd650a8530c324b2da8146709f
pkgname = rshell
diff --git a/PKGBUILD b/PKGBUILD
index b661e4603765..a9e000b83802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jannik Becher <becher.jannik@gmail.com>
pkgname=rshell
-pkgver=0.0.31
+pkgver=0.0.32
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=('7942b758a9ae5c6ff46516b0317f437dfce9f0721f3a3b635ebd501c9cd38fb9')
+sha256sums=('7eb230676d49cd5831452f8aa2e0630d284708fd650a8530c324b2da8146709f')
build() {
cd "$srcdir/${pkgname}-${pkgver}"