diff options
-rw-r--r-- | office/calibre/calibre.SlackBuild | 4 | ||||
-rw-r--r-- | office/calibre/calibre.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/office/calibre/calibre.SlackBuild b/office/calibre/calibre.SlackBuild index 1fa053c811..c94a69670c 100644 --- a/office/calibre/calibre.SlackBuild +++ b/office/calibre/calibre.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=calibre -VERSION=0.7.18 +VERSION=0.7.30 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ patch -p1 < $CWD/patches/calibre-module-fix.patch CFLAGS="$SLKCFLAGS" python setup.py build # We have to fake out CALIBRE_CONFIG_DIRECTORY if there is a current -# calibre installation while the install process takes place. :/ +# calibre installation while the build process takes place. :/ mkdir -p "$PWD/tmp/config" CALIBRE_CONFIG_DIRECTORY="$PWD/tmp/config" \ diff --git a/office/calibre/calibre.info b/office/calibre/calibre.info index 269fb1f13f..d8f3db3237 100644 --- a/office/calibre/calibre.info +++ b/office/calibre/calibre.info @@ -1,10 +1,10 @@ PRGNAM="calibre" -VERSION="0.7.18" +VERSION="0.7.30" HOMEPAGE="http://calibre-ebook.com/" -DOWNLOAD="http://downloads.sourceforge.net/calibre/calibre-0.7.18.tar.gz" -MD5SUM="7de4a0b4afa64bb22c3fbd119f9e20f4" +DOWNLOAD="http://downloads.sourceforge.net/calibre/calibre-0.7.30.tar.gz" +MD5SUM="77db06a9d7ac4a3475cb72388ef8c4f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="rworkman" +APPROVED="Erik Hanson" |