Date: Saturday, March 30, 2019 @ 03:07:20 Author: cesura Revision: 446212
upgpkg: mate-notification-daemon 1.22.0-1 Updated to version 1.22 Modified: mate-notification-daemon/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-30 03:06:06 UTC (rev 446211) +++ PKGBUILD 2019-03-30 03:07:20 UTC (rev 446212) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress <c...@flexion.org> pkgname=mate-notification-daemon -pkgver=1.20.2 +pkgver=1.22.0 pkgrel=1 provides=('notification-daemon') pkgdesc="Notification daemon for MATE" @@ -10,12 +10,12 @@ arch=('x86_64') license=('GPL') groups=('mate') -depends=('dbus-glib' 'libcanberra' 'libwnck3' 'libnotify') +depends=('libcanberra' 'libwnck3' 'libnotify') makedepends=('intltool' 'python') conflicts=('mate-notification-daemon-gtk3') replaces=('mate-notification-daemon-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('d6cbda8a8b25902e3e3f792108860348d0f22531ece1b86d768e6ee98f71c028') +sha256sums=('12bc6b95b517396642f25e060bbe3314db2ce9cf14ad3327f1b1950f3febe31b') build() { cd "${pkgname}-${pkgver}"