summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDobroslaw Kijowski2019-01-06 20:43:49 +0100
committerDobroslaw Kijowski2019-01-06 20:43:49 +0100
commita1fd99b04830cb24d9ccb30449193b35bbd1089f (patch)
tree76eaf0834417ba4478267e65251607e7d9c55216
parentfd826c2726f1aa786aeec0e5b0d0e30021e763c6 (diff)
downloadaur-tetherback.tar.gz
Properly depend on python-progressbar.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ac9a777d1a6..ebe17cf0ea76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 6 19:35:18 UTC 2019
+# Sun Jan 6 19:43:31 UTC 2019
pkgbase = tetherback
pkgdesc = Create backups of an Android device over USB (requires adb and TWRP recovery).
pkgver = 0.9.1
@@ -9,7 +9,7 @@ pkgbase = tetherback
license = GPL3
makedepends = python-setuptools
makedepends = unzip
- depends = python-progressbar2
+ depends = python-progressbar
depends = python-tabulate
optdepends = adb: android-sdk-platform-tools
source = https://github.com/dlenski/tetherback/archive/0.9.1.zip
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")