summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCamden Cheek2017-01-27 14:24:46 -0500
committerCamden Cheek2017-01-27 14:24:46 -0500
commitdaf8e73cfa65523e76ce510f8bfa564945c777d8 (patch)
tree2af2cdcc6b4969c8e92fb7b8c34d6a31f933fd9c /PKGBUILD
parent8a21dd53640f141c1f98ec5801b93b26dabe02af (diff)
downloadaur-daf8e73cfa65523e76ce510f8bfa564945c777d8.tar.gz
Fixed dependency to use python2-libusb1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ace59e602c52..1d98f13db293 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Camden Cheek <ccheek22@gmail.com>
pkgname='python-adb-git'
pkgver=r65.fb09de9
-pkgrel=3
+pkgrel=4
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')
+depends=('libusb>=1.0.16' 'python2-libusb1>=1.2.0')
makedepends=('git' 'python2>=2.7')
provides=()
conflicts=()