summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2017-09-18 17:31:26 +0300
committerΝικόλαος Κυριάκος Φυτίλης2017-09-18 17:31:26 +0300
commit9508dbfcb0b8b93a95e6b85a6ab2fcf90a63e06e (patch)
treee0aba6bfe3d36c0a2ab05bfa086237e7d33f0327
parent91d282a029381b3405179b131634fd3b262ca701 (diff)
downloadaur-9508dbfcb0b8b93a95e6b85a6ab2fcf90a63e06e.tar.gz
auto - see github.com/nicman23/mate_arch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38bfc29d9e6b..09a82b6f36af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mate-notification-daemon-dev
pkgdesc = Notification daemon for MATE (GTK3 version)
- pkgver = 1.17.0
+ pkgver = 1.19.0
pkgrel = 5
url = http://mate-desktop.org
arch = i686
arch = x86_64
license = GPL
license = LGPL
- makedepends = mate-common-dev
+ makedepends = mate-common>=1.19
depends = dconf
depends = dbus-glib
depends = glib2
@@ -22,8 +22,8 @@ pkgbase = mate-notification-daemon-dev
provides = mate-notification-daemon-gtk3
conflicts = mate-notification-daemon
conflicts = mate-notification-daemon-gtk3
- source = http://pub.mate-desktop.org/releases/1.17/mate-notification-daemon-1.17.0.tar.xz
- sha1sums = 30ec1b120fb9d892edcd72d67f8a387e3e4903cc
+ source = http://pub.mate-desktop.org/releases/1.19/mate-notification-daemon-1.19.0.tar.xz
+ sha1sums = 1685c73638556ea01d85234f86be30451b8b122c
pkgname = mate-notification-daemon-dev
groups = mate
diff --git a/PKGBUILD b/PKGBUILD
index d665678cba46..eb63d932dcf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: eadrom <eadrom@archlinux.info>
# Contributor: Martin Wimpress <code@flexion.org>
-_ver=1.17
+_ver=1.19
_pkgbase=mate-notification-daemon
pkgname="${_pkgbase}-dev"
pkgver=${_ver}.0
@@ -15,9 +15,9 @@ conflicts=("${_pkgbase}" "${_pkgbase}-gtk3")
license=('GPL' 'LGPL')
depends=('dconf' 'dbus-glib' 'glib2' 'gtk3' 'gtk-update-icon-cache'
'libcanberra' 'libwnck3' 'libwnck3' 'libnotify')
-makedepends=('mate-common-dev')
+makedepends=('mate-common>=1.19')
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('30ec1b120fb9d892edcd72d67f8a387e3e4903cc')
+sha1sums=('1685c73638556ea01d85234f86be30451b8b122c')
prepare() {
cd "${srcdir}"