summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-09 16:48:39 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-09 16:48:39 -0300
commit24646ef9b04fedbe5efb6d1f3242ea936775cf3c (patch)
tree576b3126605e3bf7f04affdeb2cc1b70dedf718b /libre
parent8aab148dad08a844f5ba88f629d457f68670840a (diff)
downloadabslibre-24646ef9b04fedbe5efb6d1f3242ea936775cf3c.tar.gz
abslibre-24646ef9b04fedbe5efb6d1f3242ea936775cf3c.tar.bz2
abslibre-24646ef9b04fedbe5efb6d1f3242ea936775cf3c.zip
calibre-libre-0.9.34-1: updating version
Diffstat (limited to 'libre')
-rw-r--r--libre/calibre-libre/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD
index f7dfe3489..caacdcfeb 100644
--- a/libre/calibre-libre/PKGBUILD
+++ b/libre/calibre-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 91579 2013-05-24 14:55:19Z dwallace $
+# $Id: PKGBUILD 92536 2013-06-07 19:48:55Z jelle $
# Maintainer: jelle van der Waa <jelle@vdwaa.nl>
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
@@ -9,7 +9,7 @@
_pkgname=calibre
pkgname=calibre-libre
-pkgver=0.9.32
+pkgver=0.9.34
pkgrel=1
pkgdesc="Ebook management application, with unar support included and nonfree fonts removed"
arch=('i686' 'x86_64' 'mips64el')
@@ -30,11 +30,10 @@ install=calibre.install
source=("http://calibre-ebook.googlecode.com/files/${_pkgname}-${pkgver}.tar.xz"
'desktop_integration.patch'
'calibre-mount-helper')
-md5sums=('3b1c89a84872df900b9cfb706027df67'
+md5sums=('ce3e37758c2c0e85d940ff4b141b243f'
'8353d1878c5a498b3e49eddef473605f'
'675cd87d41342119827ef706055491e7')
-
prepare(){
cd "${srcdir}/${_pkgname}"
#rm -rf src/{cherrypy,pyPdf}
@@ -60,7 +59,9 @@ build() {
LANG='en_US.UTF-8' python2 setup.py build
# LANG='en_US.UTF-8' python2 setup.py resources
- LANG='en_US.UTF-8' python2 setup.py translations
+
+ # Don't build translations since building them is broken badly
+ # LANG='en_US.UTF-8' python2 setup.py translations
}
package() {