summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannik Becher2020-01-19 11:42:26 +0100
committerJannik Becher2020-01-19 11:42:26 +0100
commit08ccef57844d6719bc164d8539ef6ea08df46374 (patch)
treedd2e838bf1fd6e014401a46ebc53a46ddb62e09c
parentcc68c22faf22b577b13922b0c365e7f272be8d5a (diff)
downloadaur-08ccef57844d6719bc164d8539ef6ea08df46374.tar.gz
fixing udev dependency naming issue.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b145d1bfc571..99793e829e3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = rshell
arch = any
license = MIT
makedepends = python3
- makedepends = python-udev
+ makedepends = pyudev
depends = python
source = https://files.pythonhosted.org/packages/5e/70/d48ce2329734b214d81b08b7ba048869eefafac9d5b482dbccd4f7a4dbef/rshell-0.0.24.tar.gz
md5sums = 6fc1bda8781d1ca77a0d1e37b58620ef
diff --git a/PKGBUILD b/PKGBUILD
index 810e3a3e2350..a8078fa13a65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A remote shell for working with MicroPython boards."
url="https://github.com/dhylands/rshell"
depends=('python' )
-makedepends=('python3' 'python-udev')
+makedepends=('python3' 'pyudev')
license=('MIT')
arch=('any')
source=('https://files.pythonhosted.org/packages/5e/70/d48ce2329734b214d81b08b7ba048869eefafac9d5b482dbccd4f7a4dbef/rshell-0.0.24.tar.gz')