diff options
Diffstat (limited to 'kde-unstable/kdepim/PKGBUILD')
-rw-r--r-- | kde-unstable/kdepim/PKGBUILD | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/kde-unstable/kdepim/PKGBUILD b/kde-unstable/kdepim/PKGBUILD index 81b5da7c5..75892b062 100644 --- a/kde-unstable/kdepim/PKGBUILD +++ b/kde-unstable/kdepim/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 145542 2011-12-22 23:13:36Z andrea $ +# $Id: PKGBUILD 146152 2012-01-05 13:17:27Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -18,9 +18,8 @@ pkgname=('kdepim-akonadiconsole' 'kdepim-korganizer' 'kdepim-kresources' 'kdepim-ktimetracker' - 'kdepim-libkdepim' - 'kdepim-wizards') -pkgver=4.7.95 + 'kdepim-libkdepim') +pkgver=4.7.97 pkgrel=1 arch=('i686' 'x86_64') url='http://pim.kde.org' @@ -29,7 +28,7 @@ groups=('kde' 'kdepim') makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link' 'kde-agent') source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") -sha1sums=('61932d267fa6a6c9be37c1b92277f206910f7c00') +sha1sums=('03976423c5154052f32e1333ef73f6d03bcb4ef9') build() { cd "${srcdir}" @@ -243,11 +242,3 @@ package_kdepim-libkdepim() { make DESTDIR="${pkgdir}" install done } - -package_kdepim-wizards() { - pkgdesc='KDE Groupware Wizard' - depends=('kdepim-kresources') - url='http://pim.kde.org' - cd "${srcdir}"/build/wizards - make DESTDIR="${pkgdir}" install -} |