calibre & mendeley-desktop updates

This commit is contained in:
Anke 2011-12-30 23:43:04 +00:00
parent 1e6add3fa6
commit 3df8bac392
2 changed files with 7 additions and 6 deletions

View File

@ -7,7 +7,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=calibre pkgname=calibre
pkgver=0.8.32 pkgver=0.8.33
pkgrel=1 pkgrel=1
pkgdesc="Ebook management application" pkgdesc="Ebook management application"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -22,7 +22,7 @@ optdepends=('ipython: to use calibre-debug')
install=calibre.install install=calibre.install
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz
desktop_integration.patch) desktop_integration.patch)
md5sums=('ee973514615fc104be7cc41adf0862a6' md5sums=('042c9f9f54ad02d08668e6a010682752'
'f4b80e3b34e34bce68b3f052ff52dee8') 'f4b80e3b34e34bce68b3f052ff52dee8')
build() { build() {

View File

@ -6,16 +6,17 @@
pkgname=mendeleydesktop pkgname=mendeleydesktop
pkgver=1.1.3 pkgver=1.3
pkgrel=1 pkgrel=1
url="http://www.mendeley.com/" url="http://www.mendeley.com/"
pkgdesc="The desktop client for managing and sharing research papers." pkgdesc="The desktop client for managing and sharing research papers."
license=('custom:mendeley_eula') license=('custom:mendeley_eula')
depends=('python2' 'qt')
arch=(i686 x86_64) arch=(i686 x86_64)
_filearch=i486 _filearch=i486
md5sums=('55719984f706e4f71718a7f1674ef046') md5sums=('df8b69ee4a12fe65643d06c6b9925240')
[ "${CARCH}" == "x86_64" ] && _filearch=x86_64 && md5sums=('3fc090c8d4a61154f3d1d979ff1bf09e') [ "${CARCH}" == "x86_64" ] && _filearch=x86_64 && md5sums=('4d0f77a37df5cb4912d0daee22a639b5')
source=("http://s3.amazonaws.com/mendeley-desktop-download/linux/${pkgname}-${pkgver}-linux-${_filearch}.tar.bz2") source=("http://download.mendeley.com/linux/$pkgname-$pkgver-linux-$_filearch.tar.bz2")
screenshot=('http://wstaw.org/m/2011/11/21/plasma-desktopcl2200.jpg') screenshot=('http://wstaw.org/m/2011/11/21/plasma-desktopcl2200.jpg')
build() build()