summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2021-03-02 17:47:18 +0100
committerChristopher Arndt2021-03-02 17:47:18 +0100
commitee0eebc23476bc3ac3bfdaee1c34103e99e99ddb (patch)
tree302d9487bac1ec8b793ed8d435ef247cb1a9ff65
parent913f21b4040a7a61388a93bfd900fc5a7cc10c64 (diff)
downloadaur-ee0eebc23476bc3ac3bfdaee1c34103e99e99ddb.tar.gz
New upstream version v0.0.30
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8052c745d7b..182894c9c301 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = rshell
pkgdesc = A remote shell for working with MicroPython boards.
- pkgver = 0.0.28
- pkgrel = 2
+ pkgver = 0.0.30
+ pkgrel = 1
url = https://github.com/dhylands/rshell
arch = any
license = MIT
makedepends = python-setuptools
depends = python-pyudev
depends = python-pyserial
- source = https://files.pythonhosted.org/packages/source/r/rshell/rshell-0.0.28.tar.gz
- sha256sums = d28e6bd872734c68a2b6169adf43b6f71c745fa66ec89ae88a975e38c1a636b3
+ source = https://files.pythonhosted.org/packages/source/r/rshell/rshell-0.0.30.tar.gz
+ sha256sums = d2002d40d735204037d6142a6c2d51beecc763c124faaf759cabf7acd945be95
pkgname = rshell
diff --git a/PKGBUILD b/PKGBUILD
index dc015a6bd1ef..14fc7b15e88d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Jannik Becher <becher.jannik@gmail.com>
pkgname=rshell
-pkgver=0.0.28
-pkgrel=2
+pkgver=0.0.30
+pkgrel=1
pkgdesc="A remote shell for working with MicroPython boards."
url="https://github.com/dhylands/rshell"
depends=('python-pyudev' 'python-pyserial')
@@ -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=('d28e6bd872734c68a2b6169adf43b6f71c745fa66ec89ae88a975e38c1a636b3')
+sha256sums=('d2002d40d735204037d6142a6c2d51beecc763c124faaf759cabf7acd945be95')
build() {
cd "$srcdir/${pkgname}-${pkgver}"