mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/calibre: Updated for version 0.9.34.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
894625ba1b
commit
5298b9b46d
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue