author | Antonio Rojas
<arojas@archlinux.org> 2015-08-24 19:32:59 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-08-24 19:32:59 UTC |
parent | e1a5f3f5721d7771eb72caa747793b5019e1aad6 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 8f3986e..eba9f06 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,17 +3,17 @@ # Contributor: Antonio Rojas pkgname=kwrited -pkgver=5.3.2 +pkgver=5.4.0 pkgrel=1 pkgdesc='KDE daemon listening for wall and write messages' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/workspace/kwrited' license=('LGPL') -depends=('kpty' 'knotifications') +depends=('kpty' 'knotifications' 'kdbusaddons') makedepends=('extra-cmake-modules' 'kdoctools' 'python') groups=('plasma') source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") -md5sums=('9f4af965c183e8b4b8311ba3d8e3909c') +md5sums=('e92be5b0b77e23368559d00b7a465dd4') prepare() { mkdir build