[arch-commits] Commit in calibre/trunk (PKGBUILD)
Jelle van der Waa
jelle at nymeria.archlinux.org
Fri Jun 21 10:34:05 UTC 2013
Date: Friday, June 21, 2013 @ 12:34:05
Author: jelle
Revision: 92987
upgpkg: calibre 0.9.36-1
Modified:
calibre/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-06-21 09:49:08 UTC (rev 92986)
+++ PKGBUILD 2013-06-21 10:34:05 UTC (rev 92987)
@@ -7,8 +7,8 @@
# Contributor: Larry Hajali <larryhaja at gmail.com>
pkgname=calibre
-pkgver=0.9.35
-pkgrel=2
+pkgver=0.9.36
+pkgrel=1
pkgdesc="Ebook management application"
arch=('i686' 'x86_64')
url="http://calibre-ebook.com/"
@@ -22,9 +22,12 @@
makedepends=('python2-pycountry' 'qt4-private-headers')
optdepends=('ipython2: to use calibre-debug')
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=('f7dfb823bd17435c99f20b8a5f904b2a'
+ '8353d1878c5a498b3e49eddef473605f'
+ '675cd87d41342119827ef706055491e7')
prepare(){
cd "${srcdir}/${pkgname}"
@@ -47,7 +50,7 @@
# 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() {
@@ -84,6 +87,3 @@
# Compiling optimized bytecode FS33392
python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
}
-md5sums=('070aa5c1da33fb2ba9a2c0150d7a55c5'
- '8353d1878c5a498b3e49eddef473605f'
- '675cd87d41342119827ef706055491e7')
More information about the arch-commits
mailing list