aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-08-14 14:56:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-08-14 19:00:25 +0000
commit0743f9aa5b7c567707b21e4a4047c6a0f14330dc (patch)
tree0508abe87476e9ba4d36582e2b2b6069fd8994de
parent11b92014df1a8a496085b9ad6f15b6acbfc61547 (diff)
community/mate-notification-daemon: upgrade to 1.24.1
-rw-r--r--community/mate-notification-daemon/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mate-notification-daemon/APKBUILD b/community/mate-notification-daemon/APKBUILD
index dee8fb56b5e..c614f1d2e90 100644
--- a/community/mate-notification-daemon/APKBUILD
+++ b/community/mate-notification-daemon/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-notification-daemon
-pkgver=1.24.0
+pkgver=1.24.1
pkgrel=0
pkgdesc="Small, passive popup dialogs that notify the user of particular events"
url="https://github.com/mate-desktop/mate-notification-daemon"
@@ -9,7 +9,7 @@ arch="all"
license="GPL-2.0-or-later"
depends="mate-common"
makedepends="libwnck3-dev libnotify-dev libtool intltool dbus-glib-dev
- libcanberra-dev gtk+3.0-dev"
+ libcanberra-dev gtk+3.0-dev libxml2-dev"
subpackages="$pkgname-doc $pkgname-lang"
source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-notification-daemon-$pkgver.tar.xz"
@@ -31,4 +31,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="0fd2da98001c60672d4833e974ac74dd561f54ca6f3fd74f8d6620e3b28768add46dd891d7446b01426b6aed09d4966d902cbde45aac3498fdcbb837e531a147 mate-notification-daemon-1.24.0.tar.xz"
+sha512sums="7c799e31229860cb34fa4a19421360a4a93d81826bc4381ed284e1ec280bae67d2f5bdf5d751f3dad6a1da424a5c598b2def60b7b24fd6ea41da5f126f456bac mate-notification-daemon-1.24.1.tar.xz"