diff --git a/kdeplasma-applets-daisy/PKGBUILD b/kdeplasma-applets-daisy/PKGBUILD index 8fcae1074..294f6a02f 100644 --- a/kdeplasma-applets-daisy/PKGBUILD +++ b/kdeplasma-applets-daisy/PKGBUILD @@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=kdeplasma-applets-daisy -pkgver=0.0.4.22 +pkgver=0.0.4.25 pkgrel=1 pkgdesc="A simple application launcher for Plasma." arch=('i686' 'x86_64') @@ -19,16 +19,14 @@ makedepends=('gcc' 'cmake' 'automoc4') conflicts=('kde-extragear-plasmoids') replaces=('plasma-daisy-plasmoid') install=daisy.install -source=("http://daisyplasma.freehostia.com/downloads/plasma-applet-daisy-$pkgver.tar.gz" - "daisy-compile-fix.patch") -md5sums=('ef1bc3dd2e47d04d5a21b6a54dcbd7e9' - '01fcd94404c3cc46ae517ad10b9b5c52') +source=(""http://cdlszm.org/downloads/plasma-applet-daisy-$pkgver.tar.gz"") +md5sums=('269fd526453a16066cb704352505f7e9') build() { cd $srcdir/plasma-applet-daisy-${pkgver} # Fix compile errors, introduced with GCC 4.5 - patch -p1 < $srcdir/daisy-compile-fix.patch + #patch -p1 < $srcdir/daisy-compile-fix.patch mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. || return 1 diff --git a/knemo/PKGBUILD b/knemo/PKGBUILD index e0fef0d70..91dc846c7 100644 --- a/knemo/PKGBUILD +++ b/knemo/PKGBUILD @@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=knemo -pkgver=0.6.3 +pkgver=0.7.0 pkgrel=1 pkgdesc="The KDE Network Monitor" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install options=('libtool') source=(http://www.kde-apps.org/CONTENT/content-files/12956-$pkgname-$pkgver.tar.bz2) -md5sums=('ee21176b15a0ee947d5f3c6dbfa568e4') +md5sums=('a69575a151292e2fcc2cb13ce38d85a4') build() { cd ${srcdir}