summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72b98a134de1..39a5b304cdd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = knotifications-git
pkgdesc = KNotifications
- pkgver = r108.b792a14
+ pkgver = r182.50c0a31
pkgrel = 1
url = https://projects.kde.org/projects/frameworks/knotifications
arch = i686
@@ -13,8 +13,10 @@ pkgbase = knotifications-git
makedepends = python
depends = libdbusmenu-qt5
depends = phonon-qt5
- depends = kservice-git
- depends = kiconthemes-git
+ depends = kwindowsystem-git
+ depends = kcodecs-git
+ depends = kconfig-git
+ depends = kcoreaddons-git
provides = knotifications
conflicts = knotifications
source = git://anongit.kde.org/knotifications.git
diff --git a/PKGBUILD b/PKGBUILD
index e16d3fcd3c56..b701ceba9e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=knotifications-git
-pkgver=r108.b792a14
+pkgver=r182.50c0a31
pkgrel=1
pkgdesc='KNotifications'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
url='https://projects.kde.org/projects/frameworks/knotifications'
-license=('LGPL')
-depends=('libdbusmenu-qt5' 'phonon-qt5' 'kservice-git' 'kiconthemes-git')
-makedepends=('extra-cmake-modules-git' 'git' 'qt5-tools' 'python')
-groups=('kf5')
+license=(LGPL)
+depends=(libdbusmenu-qt5 phonon-qt5 kwindowsystem-git kcodecs-git kconfig-git kcoreaddons-git)
+makedepends=(extra-cmake-modules-git git qt5-tools python)
+groups=(kf5)
conflicts=(knotifications)
provides=(knotifications)
source=('git://anongit.kde.org/knotifications.git')