rebuild without nepomuk

This commit is contained in:
Fabian Kosmale 2014-07-30 15:30:53 +00:00
parent 9120f8c298
commit 08c90f2ece

View File

@ -6,7 +6,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname="kactivities"
pkgver=4.13.3 # there is no 4.14 version!
pkgrel=1
pkgrel=2
arch=('x86_64')
pkgdesc='API for using and interacting with Activities'
url='http://kde.org/'
@ -22,7 +22,8 @@ options=('docs'
'debug'
'log')
source=($_mirror/${pkgname}-$_kdever.tar.xz)
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d" " -f1`)
#sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d" " -f1`)
sha256sums=("c7cb9d023f6e5cd01d76568c3590303ea3ecb4ebe9535b31862957846f5e898a")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"