summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e87b275bf71c..4de9a2ca8c82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-adb-git
pkgdesc = Python ADB + Fastboot implementation
pkgver = r65.fb09de9
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/google/python-adb.git
arch = any
license = apachev2
@@ -9,7 +9,7 @@ pkgbase = python-adb-git
makedepends = python2>=2.7
depends = libusb>=1.0.16
depends = python2-libusb1>=1.2.0
- depends = python2-m2crypto<=0.24
+ depends = python2-m2crypto>=0.24
source = git+https://github.com/google/python-adb.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 16551a23010e..8641de2897db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Camden Cheek <ccheek22@gmail.com>
pkgname='python-adb-git'
pkgver=r65.fb09de9
-pkgrel=5
+pkgrel=6
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' 'python2-m2crypto<=0.24')
+depends=('libusb>=1.0.16' 'python2-libusb1>=1.2.0' 'python2-m2crypto>=0.24')
makedepends=('git' 'python2>=2.7')
provides=()
conflicts=()