diff options
Diffstat (limited to 'kde-unstable')
-rw-r--r-- | kde-unstable/calligra/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kde-unstable/calligra/PKGBUILD b/kde-unstable/calligra/PKGBUILD index 9a9662026..3e2f4047c 100644 --- a/kde-unstable/calligra/PKGBUILD +++ b/kde-unstable/calligra/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 139111 2011-09-29 14:02:55Z andrea $ +# $Id: PKGBUILD 140105 2011-10-06 18:24:19Z andrea $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Maintainer: Andrea Scarpino <andrea@archlinux.org> @@ -23,8 +23,8 @@ pkgname=('calligra-filters' 'calligra-thesaurus-doc' 'calligra-braindump' 'calligra-flow') -pkgver=2.3.81 -pkgrel=2 +pkgver=2.3.82 +pkgrel=1 arch=('i686' 'x86_64') url='http://www.calligra-suite.org' license=('FDL1.2' 'GPL2' 'LGPL') @@ -33,7 +33,7 @@ makedepends=('kdepimlibs' 'eigen2' 'freetds' 'kdegraphics-okular' 'libgsf' 'boost' 'libkdcraw' 'libpqxx' 'fftw' 'opengtl' 'lcms2') groups=('calligra') source=("http://download.kde.org/unstable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2") -md5sums=('7f475e22fa3740b2da2f6478880d6341') +md5sums=('21653ffa13d68afbc760e34e8e9a71a2') build() { cd "${srcdir}" @@ -221,7 +221,6 @@ package_calligra-tables() { cd "${srcdir}"/build/tables make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/tables make DESTDIR="${pkgdir}" install } |