summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2020-01-30 14:10:31 +0200
committerΝικόλαος Κυριάκος Φυτίλης2020-01-30 14:10:31 +0200
commit6674b0cbfc4ae8de5019b60f166e6ff16c45b90c (patch)
tree9ce8b43991e4d4e67a991b9faf50650c61ae1055 /PKGBUILD
parent0fee073e5dd5cf7258ed43b57e43121f55828cc8 (diff)
downloadaur-mate-notification-daemon-dev.tar.gz
auto - see github.com/nicman23/mate_arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44f41f7dd4e1..f84487522b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: eadrom <eadrom@archlinux.info>
# Contributor: Martin Wimpress <code@flexion.org>
-_ver=1.19
+_ver=1.23
_pkgbase=mate-notification-daemon
pkgname="${_pkgbase}-dev"
-pkgver=${_ver}.1
+pkgver=${_ver}.0
pkgrel=5
provides=('notification-daemon' "${_pkgbase}" "${_pkgbase}-gtk3")
pkgdesc="Notification daemon for MATE (GTK3 version)"
@@ -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>=1.19')
+makedepends=('mate-common-dev')
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('dc61258f5ebf0de1f2275a2a0bd3c06323242958')
+sha1sums=('fd5122e5144eff39e1a6859ca33a542480e016f6')
prepare() {
cd "${srcdir}"