Version-up udisks to 1.0.2, rebuild calibre for imagemagick update

This commit is contained in:
abveritas 2010-12-10 21:52:58 +00:00
parent fee6cbca19
commit 424d71df7c
2 changed files with 4 additions and 4 deletions

View File

@ -8,13 +8,13 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=calibre
pkgver=0.7.32
pkgrel=1
pkgrel=2
pkgdesc="E-book library management application"
arch=('i686' 'x86_64')
url="http://calibre.kovidgoyal.net/"
license=('GPL3')
depends=('python' 'python-distribute' 'python-imaging' 'libusb' 'pyqt' 'python-mechanize'
depends=('python2' 'python-distribute' 'python-imaging' 'libusb' 'pyqt' 'python-mechanize'
'imagemagick' 'dbus-python' 'python-lxml' 'beautiful-soup' 'python-dateutil'
'python-cssutils-beta' 'desktop-file-utils' 'shared-mime-info' 'python-dnspython'
'podofo>=0.8.1-6' 'xdg-utils' 'cherrypy' 'python-pypdf' 'unrar' 'chmlib' 'poppler' 'poppler-qt' 'liblqr')

View File

@ -1,5 +1,5 @@
pkgname=udisks
pkgver=1.0.0
pkgver=1.0.2
pkgrel=1
pkgdesc="Disk Management Service"
arch=('i686' 'x86_64')
@ -10,7 +10,7 @@ options=(!libtool)
makedepends=('intltool' 'docbook-xsl')
replaces=('devicekit-disks')
source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
sha256sums=('54834720ca0d44e04f1b71f6b0782bc30af506b5ec87fe024f93e50b70734955')
sha256sums=('7dc1a150a6a31b2727144603fa5a8f9852696fc5bdc4a11917b9b0f1b8e3dcf1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"