diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-29 12:26:52 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-29 12:26:52 -0300 |
commit | 5e299e28beecda2ab3e1fe571e117a261cbbbb94 (patch) | |
tree | a53594ee334f65b47e09e770b91740821ea860b4 /libre/calibre-libre/PKGBUILD | |
parent | 62ca137ac8301bf4cbf3ff758982cde801f922c1 (diff) | |
download | abslibre-5e299e28beecda2ab3e1fe571e117a261cbbbb94.tar.gz abslibre-5e299e28beecda2ab3e1fe571e117a261cbbbb94.tar.bz2 abslibre-5e299e28beecda2ab3e1fe571e117a261cbbbb94.zip |
calibre-libre-0.9.25-1: updating version
* Add python2-six as new dependency
Diffstat (limited to 'libre/calibre-libre/PKGBUILD')
-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') |