summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3e7aa25040a..07696341bce8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = python-adb-git
depends = libusb>=1.0.16
depends = python-libusb1>=1.2.0
depends = python-rsa>=3.4
- depends = python-pyasn1>=0.1.9
+ depends = python-pyasn1>=0.2.1
source = git+https://github.com/google/python-adb.git
md5sums = SKIP
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=()