summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCamden Cheek2017-02-06 18:46:41 -0500
committerCamden Cheek2017-02-06 18:46:41 -0500
commitd4df29ff576508a23803c4afd9e6f72d28aedb08 (patch)
tree8b77da259c706fef62eb3dad77c1407ff2317aae /PKGBUILD
parent41ea39f02ccfe4288d8ef3a8c3d3b643872106b4 (diff)
downloadaur-d4df29ff576508a23803c4afd9e6f72d28aedb08.tar.gz
Changed package dep to only work with version compatible with python 3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbd4354b2684..df78602bf406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Python ADB + Fastboot implementation"
arch=('any')
url="https://github.com/google/python-adb.git"
license=('apachev2')
-depends=('libusb>=1.0.16' 'python-libusb1>=1.2.0' 'python-rsa>=3.4' 'python-pyasn1>=0.1.9')
+depends=('libusb>=1.0.16' 'python-libusb1>=1.2.0' 'python-rsa>=3.4' 'python-pyasn1>=0.2.1')
makedepends=('git' 'python>=3.6')
provides=()
conflicts=()