summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0080160d1787..95d574c94af6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=adb_shell
pkgname="python-${_pkgname}"-git
pkgver=0.2.3.r2.gd5bfd5f
-pkgrel=1
+pkgrel=2
pkgdesc="A Python implementation of ADB with shell and FileSync functionality."
arch=('any')
url="https://pypi.org/project/${_pkgname}"
license=('Apache')
-depends=('python')
+depends=('python' 'python-cryptography' 'python-pyasn1' 'python-rsa')
makedepends=('git' 'python-setuptools')
optdepends=('python-aiofiles: async API'
'python-libusb1: To connect to a device via USB')