Date: Tuesday, December 22, 2009 @ 19:42:18 Author: andrea Revision: 61754
prepare kde-unstable repo Added: kdepim-runtime/kde-unstable/ Modified: kdepim-runtime/kde-unstable/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: kde-unstable/PKGBUILD =================================================================== --- trunk/PKGBUILD 2009-12-22 17:51:40 UTC (rev 61738) +++ kde-unstable/PKGBUILD 2009-12-23 00:42:18 UTC (rev 61754) @@ -2,20 +2,20 @@ # Maintainer: Pierre Schmitz <[email protected]> pkgname=kdepim-runtime -pkgver=4.3.4 +pkgver=4.3.85 pkgrel=1 pkgdesc='KDE PIM Runtime Environment' arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') -depends=('kdepimlibs' 'kdebase-runtime' 'kdelibs-experimental') +depends=('kdepimlibs' 'kdebase-runtime' 'kdelibs') replaces=('kdepim-akonadi' 'kdepim-akonadiconsole') conflicts=('kdepim-akonadi' 'kdepim-akonadiconsole') provides=("kdepim-akonadi=${pkgver}" "kdepim-akonadiconsole=${pkgver}") makedepends=('pkgconfig' 'cmake' 'automoc4') install='kdepim-runtime.install' -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('e6fe3a639f4ab878dba2e84fd974e872') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('23f26c523b8b6d8a273e337ce2703a4c') build() { cd $srcdir
