diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-15 21:54:36 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-15 21:54:36 -0200 |
commit | 61e2a6be93ad619c45dd5ae8e28e9112011ca92a (patch) | |
tree | f7618ec1c40bce2428aad63cf60156c62ad4c74c /libre/calibre-libre | |
parent | 5bb6fb65cded7ba168077981800fe2ebd4e11efc (diff) |
calibre-libre-1.11.0-1: updating version
Diffstat (limited to 'libre/calibre-libre')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index e0f31d490..f49393b1f 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 100679 2013-11-08 09:24:49Z jelle $ +# $Id: PKGBUILD 101034 2013-11-15 10:04:22Z 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=1.10.0 +pkgver=1.11.0 pkgrel=1 pkgdesc="Ebook management application, with unar support" arch=('i686' 'x86_64' 'mips64el') @@ -30,7 +30,7 @@ install=calibre.install source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('736dba201646affa7d579bb8b9cf77f0' +md5sums=('ce273f28f30d1bec66a390ed844acb4c' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') @@ -55,7 +55,7 @@ build() { # LANG='en_US.UTF-8' python2 setup.py resources # Don't build translations since building them is broken badly -#LANG='en_US.UTF-8' python2 setup.py translations + #LANG='en_US.UTF-8' python2 setup.py translations } package() { |