diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /libre/calibre-libre/PKGBUILD | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'libre/calibre-libre/PKGBUILD')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 52fd8b73d..d1a2acc20 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 100069 2013-11-01 09:01:32Z jelle $ +# $Id: PKGBUILD 102801 2013-12-20 12:03:53Z 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.9.0 +pkgver=1.16.0 pkgrel=1 pkgdesc="Ebook management application, with unar support" arch=('i686' 'x86_64' 'mips64el') @@ -30,8 +30,8 @@ install=calibre.install source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('69e0262f0e06b7d6384c3a183a44d02f' - '8353d1878c5a498b3e49eddef473605f' +md5sums=('3a7363d6cceedad5c3253d03273ee7d8' + '95ca4eb3afa7c737c8371708a23bdad9' '675cd87d41342119827ef706055491e7') prepare(){ @@ -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() { |