summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f6a14b8d7d1..8972c29b6f8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jottalib-git
- pkgdesc = A library to access files stored at jottacloud.com
+ pkgdesc = A library to access files stored at jottacloud.com - Install humanize using pip2
pkgver = 0.5.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Fjodor42/jottalib
arch = any
license = GPL3
@@ -17,7 +17,6 @@ pkgbase = jottalib-git
depends = python2-clint
depends = python2-fusepy
depends = python2-watchdog
- depends = python2-humanize
provides = jottalib
conflicts = jottalib
source = git+https://github.com/Fjodor42/jottalib.git
diff --git a/PKGBUILD b/PKGBUILD
index 54fffe3e9b5b..4b9ab67577b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=jottalib-git
pkgver=0.5.1
-pkgrel=2
-pkgdesc="A library to access files stored at jottacloud.com"
+pkgrel=3
+pkgdesc="A library to access files stored at jottacloud.com - Install humanize using pip2"
arch=("any")
url="https://github.com/Fjodor42/jottalib"
license=('GPL3')
@@ -18,8 +18,7 @@ depends=('python2'
'python2-chardet'
'python2-clint'
'python2-fusepy'
- 'python2-watchdog'
- 'python2-humanize')
+ 'python2-watchdog')
provides=("jottalib")
conflicts=("jottalib")
source=('git+https://github.com/Fjodor42/jottalib.git')