summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Linderud2016-12-28 21:07:03 +0100
committerMorten Linderud2016-12-28 21:07:03 +0100
commitb0c75c7ea237d4136ebecb258a4d68c5977c446b (patch)
tree7c32059d45e3cb90f7abb920ba2e13848c1ac086
parentf487a06bb71967471464c496a4b66e527d0547ed (diff)
downloadaur-b0c75c7ea237d4136ebecb258a4d68c5977c446b.tar.gz
Added deps
Signed-off-by: Morten Linderud <morten@linderud.pw>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9047392902c9..1512ef6bf6ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Nov 25 13:25:31 UTC 2016
+# Wed Dec 28 20:06:50 UTC 2016
pkgbase = jottalib
pkgdesc = A library to access files stored at jottacloud.com
pkgver = 0.5.1
@@ -13,6 +13,8 @@ pkgbase = jottalib
depends = python2-dateutil
depends = python2-humanize
depends = python2-six
+ depends = python2-lxml
+ depends = python2-xattr
depends = python2-chardet
source = jottalib.tar.gz::https://github.com/havardgulldahl/jottalib/archive/v0.5.1.tar.gz
sha256sums = 607e5270c15e593e0df494493d371d996053d45cfc2fe44a09020719fe5feaa3
diff --git a/PKGBUILD b/PKGBUILD
index e5276b788fd8..9a590575e615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,8 @@ depends=('python2-requests'
'python2-dateutil'
'python2-humanize'
'python2-six'
+ 'python2-lxml'
+ 'python2-xattr'
'python2-chardet')
source=("$pkgname.tar.gz::https://github.com/havardgulldahl/jottalib/archive/v0.5.1.tar.gz")
sha256sums=('607e5270c15e593e0df494493d371d996053d45cfc2fe44a09020719fe5feaa3')