diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-25 12:03:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-25 12:03:02 +0000 |
commit | c3c72456e2eda47bba472c842f833de220de23a2 (patch) | |
tree | 4a7087403e94d37e7b69fea66cff0103b2e6708e /main | |
parent | 9ef2a96c49246359513f76b2e3143f78092e770b (diff) | |
download | aports-c3c72456e2eda47bba472c842f833de220de23a2.tar.bz2 aports-c3c72456e2eda47bba472c842f833de220de23a2.tar.xz |
main/mate-notification-daemon: upgrade to 1.10.0
Diffstat (limited to 'main')
-rw-r--r-- | main/mate-notification-daemon/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/main/mate-notification-daemon/APKBUILD b/main/mate-notification-daemon/APKBUILD index bd3a901a5d..2d1aa16457 100644 --- a/main/mate-notification-daemon/APKBUILD +++ b/main/mate-notification-daemon/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-notification-daemon -pkgver=1.9.90 -pkgrel=2 +pkgver=1.10.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" @@ -13,7 +13,7 @@ makedepends="$depends_dev libwnck-dev libnotify-dev libtool intltool dbus-glib-d libcanberra-dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="http://pub.mate-desktop.org/releases/1.9/$pkgname-$pkgver.tar.xz" +source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" _builddir="$srcdir/$pkgname-$pkgver" prepare() { @@ -44,6 +44,6 @@ package() { find "$pkgdir" -name \*.la -delete } -md5sums="fdd243c649f64ea6dbab2e3defe64aa2 mate-notification-daemon-1.9.90.tar.xz" -sha256sums="e6f97a3dcab652500b1b4ce0ab47331a5bd5eb81d250c763666b1f791b831d57 mate-notification-daemon-1.9.90.tar.xz" -sha512sums="19e6dde45717198d8fa81f7b8dbd7df2acc21bbf9354facb4f581d8bc971d582e5021c6260880dd6db28d6e0018a499d7472f01cf26bc7ead72b61c4c468f913 mate-notification-daemon-1.9.90.tar.xz" +md5sums="e037c8c5928f4697bd29a49e369c1574 mate-notification-daemon-1.10.0.tar.xz" +sha256sums="03438b0b9f67b5cef07193e36674ce08b621f598cf77fe0591983f3c007b58c0 mate-notification-daemon-1.10.0.tar.xz" +sha512sums="59a4b23558c8e831d504b917465a7fee29666d75d5ed3b90b77a0d327ad9efae300823430b66c031292004f0b662b0290098458f6ef0e4a1e9de29a0d0c28df6 mate-notification-daemon-1.10.0.tar.xz" |