summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDobroslaw Kijowski2019-01-06 20:43:49 +0100
committerDobroslaw Kijowski2019-01-06 20:43:49 +0100
commita1fd99b04830cb24d9ccb30449193b35bbd1089f (patch)
tree76eaf0834417ba4478267e65251607e7d9c55216 /PKGBUILD
parentfd826c2726f1aa786aeec0e5b0d0e30021e763c6 (diff)
downloadaur-a1fd99b04830cb24d9ccb30449193b35bbd1089f.tar.gz
Properly depend on python-progressbar.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87ef4ca35860..694cda10a5b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Create backups of an Android device over USB (requires adb and TWRP rec
arch=(any)
url='https://github.com/dlenski/tetherback'
license=(GPL3)
-depends=(python-progressbar2 python-tabulate)
+depends=(python-progressbar python-tabulate)
optdepends=('adb: android-sdk-platform-tools')
makedepends=(python-setuptools unzip)
source=("https://github.com/dlenski/tetherback/archive/${pkgver}.zip")