diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-21 16:31:35 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-21 16:31:35 -0300 |
commit | 05080cb2f478d39a436551b9ce1cedc621c0a6ad (patch) | |
tree | 732b0eb3a76186843caea7508c12a9ed826b3c71 /libre/calibre-libre | |
parent | edb02b63acfd8f8f045348b83c0b55c5683de2bf (diff) |
calibre-libre-0.9.36-1: updating version
Diffstat (limited to 'libre/calibre-libre')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 2057bf70b..0b61073cf 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92904 2013-06-18 12:33:10Z andrea $ +# $Id: PKGBUILD 92987 2013-06-21 10:34:05Z jelle $ # Maintainer: jelle van der Waa <jelle@vdwaa.nl> # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -9,8 +9,8 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=0.9.35 -pkgrel=2 +pkgver=0.9.36 +pkgrel=1 pkgdesc="Ebook management application, with unar support included and nonfree fonts removed" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" @@ -27,10 +27,10 @@ replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver install=calibre.install -source=("http://calibre-ebook.googlecode.com/files/${_pkgname}-${pkgver}.tar.xz" +source=("http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('070aa5c1da33fb2ba9a2c0150d7a55c5' +md5sums=('f7dfb823bd17435c99f20b8a5f904b2a' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') @@ -61,7 +61,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() { |