Date: Friday, March 17, 2017 @ 20:56:14 Author: arojas Revision: 216981
Update to 1.18.0 Modified: mate-notification-daemon/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-17 20:54:16 UTC (rev 216980) +++ PKGBUILD 2017-03-17 20:56:14 UTC (rev 216981) @@ -1,8 +1,7 @@ # Contributor: Martin Wimpress <c...@flexion.org> -_ver=1.16 pkgname=mate-notification-daemon -pkgver=${_ver}.1 +pkgver=1.18.0 pkgrel=1 provides=('notification-daemon') pkgdesc="Notification daemon for MATE" @@ -9,13 +8,13 @@ url="http://mate-desktop.org" arch=('i686' 'x86_64') license=('GPL') -groups=('mate' 'mate-gtk3') +groups=('mate') depends=('dbus-glib' 'libcanberra' 'libwnck3' 'libnotify') makedepends=('intltool') conflicts=('mate-notification-daemon-gtk3') replaces=('mate-notification-daemon-gtk3') -source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz") -sha1sums=('510f0e1b99acfa886910190afd0be94da5cf6fe1') +source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +sha1sums=('8e0dc5feb58a07d44d2f88057a2a238acd5c20b8') build() { cd ${pkgname}-${pkgver} @@ -30,6 +29,6 @@ } package() { - cd "${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }