summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannik Becher2020-01-19 11:49:42 +0100
committerJannik Becher2020-01-19 11:50:12 +0100
commit087672826729493f7ca11cdd6d44ba8c2364fbe1 (patch)
tree575b2e17458b2872773b36b784569b5aeedc8006
parent08ccef57844d6719bc164d8539ef6ea08df46374 (diff)
downloadaur-087672826729493f7ca11cdd6d44ba8c2364fbe1.tar.gz
adding dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99793e829e3d..8873e5751932 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,9 @@ pkgbase = rshell
arch = any
license = MIT
makedepends = python3
- makedepends = pyudev
depends = python
+ depends = python-pyudev
+ depends = python-pyserial
source = https://files.pythonhosted.org/packages/5e/70/d48ce2329734b214d81b08b7ba048869eefafac9d5b482dbccd4f7a4dbef/rshell-0.0.24.tar.gz
md5sums = 6fc1bda8781d1ca77a0d1e37b58620ef
diff --git a/PKGBUILD b/PKGBUILD
index a8078fa13a65..5a824a626eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgver=0.0.24
pkgrel=1
pkgdesc="A remote shell for working with MicroPython boards."
url="https://github.com/dhylands/rshell"
-depends=('python' )
-makedepends=('python3' 'pyudev')
+depends=('python' 'python-pyudev' 'python-pyserial')
+makedepends=('python3')
license=('MIT')
arch=('any')
source=('https://files.pythonhosted.org/packages/5e/70/d48ce2329734b214d81b08b7ba048869eefafac9d5b482dbccd4f7a4dbef/rshell-0.0.24.tar.gz')