office/calibre: Updated for version 0.9.38.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Larry Hajali 2013-07-07 22:19:57 -05:00 committed by Robby Workman
parent 4830b169da
commit db7a48df95
3 changed files with 5 additions and 5 deletions

View file

@ -9,4 +9,4 @@ several formats. It also supports conversion from a dozen different ebook
formats to LRF and EPUB. A graphical interface to the conversion software
can be accessed easily by just clicking the "Convert E-books" button.
Calibre can optionally use libunrar if installed to read rar files.
Calibre can optionally use unrar if installed to read rar files.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=calibre
VERSION=${VERSION:-0.9.34}
VERSION=${VERSION:-0.9.38}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="calibre"
VERSION="0.9.34"
VERSION="0.9.38"
HOMEPAGE="http://calibre-ebook.com"
DOWNLOAD="http://downloads.sourceforge.net/calibre/calibre-0.9.34.tar.xz"
MD5SUM="ce3e37758c2c0e85d940ff4b141b243f"
DOWNLOAD="http://downloads.sourceforge.net/calibre/calibre-0.9.38.tar.xz"
MD5SUM="7dac0c5896d3affb87667fe5dbdf9019"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cssutils dnspython lxml mechanize podofo python-dateutil netifaces psutil cssselect"