summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlad Wenter2016-06-24 05:12:57 +0200
committerAlad Wenter2016-06-24 05:12:57 +0200
commite072740c10cf5d65c61ff20998a21cd6932d9f24 (patch)
treef434a75bede981a1620a77aee2506bbffd6e6b17 /PKGBUILD
parentb730daf6ec3f6c1670731da9c60771b53320b8f9 (diff)
downloadaur-e072740c10cf5d65c61ff20998a21cd6932d9f24.tar.gz
rm statisfied dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db9061e2ec03..668050a4272f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgname=kactivities-git
pkgver=r819.d5d8770
pkgrel=2
pkgdesc="Core components for the KDE's Activities"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/frameworks/kactivities'
-license=(LGPL)
-depends=(kdeclarative-git kcmutils-git kpackage-git)
-provides=(kactivities kactivities-frameworks)
-conflicts=(kactivities)
-makedepends=(extra-cmake-modules-git git boost)
+license=('LGPL')
+depends=('kcmutils-git')
+provides=('kactivities' 'kactivities-frameworks')
+conflicts=('kactivities')
+makedepends=('extra-cmake-modules-git' 'git' 'boost')
source=('git://anongit.kde.org/kactivities.git')
md5sums=('SKIP')