summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2018-09-29 13:52:35 +0300
committerΝικόλαος Κυριάκος Φυτίλης2018-09-29 13:52:35 +0300
commit6c4bbde98803e2dae4c6ccce90a52c72d4aad0fd (patch)
tree1f4d88e89115b18402c3231c2a75acac82b94265
parentfe3b385c5dfc5b97a8b572c6f8cafffbf8553cd4 (diff)
downloadaur-6c4bbde98803e2dae4c6ccce90a52c72d4aad0fd.tar.gz
auto - see github.com/nicman23/mate_arch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ef18094d3fa..654d161b847d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mate-notification-daemon-dev
pkgdesc = Notification daemon for MATE (GTK3 version)
- pkgver = 1.19.1
+ pkgver = 1.21.1
pkgrel = 5
url = http://mate-desktop.org
arch = i686
arch = x86_64
license = GPL
license = LGPL
- makedepends = mate-common>=1.19
+ makedepends = mate-common>=1.21
depends = dconf
depends = dbus-glib
depends = glib2
@@ -22,7 +22,7 @@ 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.19/mate-notification-daemon-1.19.1.tar.xz
+ source = http://pub.mate-desktop.org/releases/1.21/mate-notification-daemon-1.21.1.tar.xz
sha1sums = dc61258f5ebf0de1f2275a2a0bd3c06323242958
pkgname = mate-notification-daemon-dev
diff --git a/PKGBUILD b/PKGBUILD
index 44f41f7dd4e1..f0f40db812f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: eadrom <eadrom@archlinux.info>
# Contributor: Martin Wimpress <code@flexion.org>
-_ver=1.19
+_ver=1.21
_pkgbase=mate-notification-daemon
pkgname="${_pkgbase}-dev"
pkgver=${_ver}.1
@@ -15,7 +15,7 @@ conflicts=("${_pkgbase}" "${_pkgbase}-gtk3")
license=('GPL' 'LGPL')
depends=('dconf' 'dbus-glib' 'glib2' 'gtk3' 'gtk-update-icon-cache'
'libcanberra' 'libwnck3' 'libwnck3' 'libnotify')
-makedepends=('mate-common>=1.19')
+makedepends=('mate-common>=1.21')
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
sha1sums=('dc61258f5ebf0de1f2275a2a0bd3c06323242958')