office/calibre: Updated for version 0.9.34.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Larry Hajali 2013-06-08 21:04:59 -03:00 committed by dsomero
parent 894625ba1b
commit 5298b9b46d
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=calibre
VERSION=${VERSION:-0.9.24}
VERSION=${VERSION:-0.9.34}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -149,7 +149,7 @@ done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
LICENSE* Changelog.yaml COPYRIGHT README \
LICENSE* Changelog.yaml COPYRIGHT README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

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