diff options
Diffstat (limited to 'libre/calibre-libre')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index d09cbdf48..7604ea11a 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -7,13 +7,13 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=0.9.23 -pkgrel=2 -pkgdesc="Ebook management application (with unar support included and nonfree fonts removed)" +pkgver=0.9.25 +pkgrel=1 +pkgdesc="Ebook management application, with unar support included and nonfree fonts removed" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" license=('GPL3') -depends=('python2-dateutil' 'python2-cssutils' 'python2-cherrypy' +depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' 'python2-mechanize' 'podofo' 'libwmf' 'python2-beautifulsoup3' 'imagemagick' 'poppler-qt' 'chmlib' 'python2-lxml' 'libusbx' 'python2-imaging' 'shared-mime-info' 'python2-dnspython' @@ -28,7 +28,7 @@ install=calibre.install source=("http://calibre-ebook.googlecode.com/files/${_pkgname}-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('eff937f38c5cb7a2319364c86f6b925b' +md5sums=('5a6d9a94cde6233a233ab1be41d3459d' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') |