summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBloodyAltair2021-05-31 15:36:47 +0300
committerBloodyAltair2021-05-31 15:36:47 +0300
commit1312b0806c1bb28d532f71e94349a60b75555a8b (patch)
treef2f50417ddca726f7c6fbd09c88abdf1b736e7fe
parent44923221a1f570372891b7f59ac7410f6ecd1c8a (diff)
downloadaur-pymobiledevice-git.tar.gz
Fixed missing dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1605d6a104cd..dd3d8627db29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,10 @@ pkgbase = pymobiledevice-git
depends = python-m2crypto
depends = python-construct>=2.9.29
depends = python-pyasn1
+ depends = python-future
depends = python-termcolor
depends = python-click
+ depends = python-arrow
depends = python-coloredlogs
depends = ipython
depends = python-bpylist2
diff --git a/PKGBUILD b/PKGBUILD
index 9b251fc5cee8..fe409cd6134f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,10 @@ license=('MIT' 'GPL3')
depends=('python-m2crypto'
'python-construct>=2.9.29'
'python-pyasn1'
+ 'python-future'
'python-termcolor'
'python-click'
+ 'python-arrow'
'python-coloredlogs'
'ipython'
'python-bpylist2'