summaryrefslogtreecommitdiff
path: root/kde-unstable/kactivities/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kactivities/PKGBUILD')
-rw-r--r--kde-unstable/kactivities/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/kde-unstable/kactivities/PKGBUILD b/kde-unstable/kactivities/PKGBUILD
index e60a143e9..cbb4efee4 100644
--- a/kde-unstable/kactivities/PKGBUILD
+++ b/kde-unstable/kactivities/PKGBUILD
@@ -1,24 +1,19 @@
-# $Id: PKGBUILD 143306 2011-11-24 16:13:52Z andrea $
+# $Id: PKGBUILD 144769 2011-12-08 10:29:26Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kactivities
-pkgver=4.7.80
-pkgrel=2
+pkgver=4.7.90
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='API for using and interacting with Activities'
url='http://kde.org/'
license=('GPL' 'FDL')
depends=('kdelibs')
makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
- 'fix-activities.patch')
-sha1sums=('c619c5d6e3e2ef79d0cebf52bf18d1b467dc24f9'
- '6eb890958726856cf4ddb172acd46ba08f7a5088')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('23ae79b85dd8c754950fcbabbd4cae5c9f139e74')
build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- patch -p1 -i "${srcdir}"/fix-activities.patch
-
cd "${srcdir}"
mkdir build
cd build