diff options
Diffstat (limited to 'kde-unstable/kdeplasma-addons/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeplasma-addons/PKGBUILD | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/kde-unstable/kdeplasma-addons/PKGBUILD b/kde-unstable/kdeplasma-addons/PKGBUILD index ff363b32a..8f052bc2e 100644 --- a/kde-unstable/kdeplasma-addons/PKGBUILD +++ b/kde-unstable/kdeplasma-addons/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 143608 2011-11-27 12:08:26Z andrea $ +# $Id: PKGBUILD 144827 2011-12-08 11:06:58Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -74,23 +74,18 @@ pkgname=('kdeplasma-addons-applets-bball' 'kdeplasma-addons-wallpapers-potd' 'kdeplasma-addons-wallpapers-virus' 'kdeplasma-addons-wallpapers-weather') -pkgver=4.7.80 -pkgrel=2 +pkgver=4.7.90 +pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL') groups=('kde' 'kdeplasma-addons') makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen' 'scim' 'qwt' 'boost' 'libkexiv2') -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2" - 'fix-build.patch') -sha1sums=('fd27a14fc2ad676a4d5ddf4cd8658d80fc7aa8e9' - '408f4ba54c2aba93e68f3454be0ef4327e48a51b') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") +sha1sums=('b32064ec97f089adf7d769b714ee095c78f499cb') build() { - cd "${srcdir}"/${pkgbase}-${pkgver} - patch -p1 -i "${srcdir}"/fix-build.patch - cd "${srcdir}" mkdir build cd build |