summaryrefslogtreecommitdiff
path: root/kde-unstable/nepomuk-core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-22 02:31:09 -0800
committerroot <root@rshg054.dnsready.net>2012-11-22 02:31:09 -0800
commit38ea2e71952c00f18230ed0e691532aadff4e2c1 (patch)
treebc1c7cfd697773062d53a0a23b35afdb0fc775c2 /kde-unstable/nepomuk-core
parentf48f6c82e23a3bacb8a0952c2d2cf9af1e6bf42d (diff)
Thu Nov 22 02:27:52 PST 2012
Diffstat (limited to 'kde-unstable/nepomuk-core')
-rw-r--r--kde-unstable/nepomuk-core/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/kde-unstable/nepomuk-core/PKGBUILD b/kde-unstable/nepomuk-core/PKGBUILD
index 044556063..cba123fab 100644
--- a/kde-unstable/nepomuk-core/PKGBUILD
+++ b/kde-unstable/nepomuk-core/PKGBUILD
@@ -1,20 +1,19 @@
-# $Id: PKGBUILD 163352 2012-07-11 21:53:39Z andrea $
+# $Id: PKGBUILD 171713 2012-11-21 18:08:37Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=nepomuk-core
-pkgver=4.8.97
+pkgver=4.9.80
pkgrel=1
pkgdesc="Contains the central Nepomuk services like file indexing, file system monitoring, query, storage, client libraries"
url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-core"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg')
makedepends=('cmake' 'automoc4' 'doxygen')
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('6d456fd2de9daa8b97c730346b7377b8df265e56')
+sha1sums=('c296a0e4a601d7f0afece4a27cdbcc220692c4f7')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \