diff options
Diffstat (limited to 'extra/knotifications/PKGBUILD')
-rw-r--r-- | extra/knotifications/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/knotifications/PKGBUILD b/extra/knotifications/PKGBUILD index b7401f0b3..08f673171 100644 --- a/extra/knotifications/PKGBUILD +++ b/extra/knotifications/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 212948 2014-05-16 22:31:45Z andrea $ +# $Id: PKGBUILD 214150 2014-06-04 09:06:26Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=knotifications -pkgver=4.99.0 +pkgver=4.100.0 pkgrel=1 pkgdesc='KNotifications' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('phonon-qt5' 'libdbusmenu-qt5' 'kservice' 'kiconthemes') makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('2199596880bdf507c1cce81c9e0c24e3') +md5sums=('fef8940c81cfd1906aae29200853ea2e') prepare() { mkdir -p build |