diff options
author | Camden Cheek | 2017-01-27 14:24:46 -0500 |
---|---|---|
committer | Camden Cheek | 2017-01-27 14:24:46 -0500 |
commit | daf8e73cfa65523e76ce510f8bfa564945c777d8 (patch) | |
tree | 2af2cdcc6b4969c8e92fb7b8c34d6a31f933fd9c /PKGBUILD | |
parent | 8a21dd53640f141c1f98ec5801b93b26dabe02af (diff) | |
download | aur-daf8e73cfa65523e76ce510f8bfa564945c777d8.tar.gz |
Fixed dependency to use python2-libusb1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=() |