diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-13 07:01:33 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-13 07:19:02 -0300 |
commit | 71f4a9f60a707c85d64e3da046fc5bff5fb4cd09 (patch) | |
tree | e420c00ffe75d6ac53eda4c151ea930f7307880c /community | |
parent | 6c19293e5bb722497de2c21a0d76bd4d791effcd (diff) | |
download | aports-71f4a9f60a707c85d64e3da046fc5bff5fb4cd09.tar.bz2 aports-71f4a9f60a707c85d64e3da046fc5bff5fb4cd09.tar.xz |
community/mate-notification-daemon: upgrade to 1.24.0
Diffstat (limited to 'community')
-rw-r--r-- | community/mate-notification-daemon/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mate-notification-daemon/APKBUILD b/community/mate-notification-daemon/APKBUILD index 3afebde264..dee8fb56b5 100644 --- a/community/mate-notification-daemon/APKBUILD +++ b/community/mate-notification-daemon/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-notification-daemon -pkgver=1.22.1 +pkgver=1.24.0 pkgrel=0 pkgdesc="Small, passive popup dialogs that notify the user of particular events" url="https://github.com/mate-desktop/mate-notification-daemon" arch="all" -license="GPL-2.0" +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" @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="5faec84a2c25b3d17db5e0e564081a5712a0ae9a648b61e7d6233f7c6671a137cb9e0d2328eccad4e634eb99cae72cf235589f3667b9bf29e66c3734f7ed8bc7 mate-notification-daemon-1.22.1.tar.xz" +sha512sums="0fd2da98001c60672d4833e974ac74dd561f54ca6f3fd74f8d6620e3b28768add46dd891d7446b01426b6aed09d4966d902cbde45aac3498fdcbb837e531a147 mate-notification-daemon-1.24.0.tar.xz" |