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 1d98f13db293..16551a23010e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Camden Cheek <ccheek22@gmail.com>
pkgname='python-adb-git'
pkgver=r65.fb09de9
-pkgrel=4
+pkgrel=5
pkgdesc="Python ADB + Fastboot implementation"
arch=('any')
url="https://github.com/google/python-adb.git"
license=('apachev2')
-depends=('libusb>=1.0.16' 'python2-libusb1>=1.2.0')
+depends=('libusb>=1.0.16' 'python2-libusb1>=1.2.0' 'python2-m2crypto<=0.24')
makedepends=('git' 'python2>=2.7')
provides=()
conflicts=()