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 | 772a22569c2d171227300feb3b8d6cb1da585177 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 97cf327..aadc910 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,18 @@ # Contributor: Antonio Rojas <arojas@archlinux.org> pkgname=polkit-kde-agent -pkgver=5.3.2 +pkgver=5.4.0 pkgrel=1 pkgdesc='Daemon providing a polkit authentication UI for KDE' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1' license=('LGPL') -depends=('knotifications') +depends=('knotifications' 'kiconthemes' 'kdbusaddons' 'kcrash') makedepends=('extra-cmake-modules' 'kdoctools' 'python') conflicts=('polkit-kde-frameworks') replaces=('polkit-kde-frameworks') source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz") -md5sums=('7e86f9f03d35ac051035f444cb93c24a') +md5sums=('8db1823fbdca081fbc0e9b3d9d0281dc') prepare() { mkdir build