diff options
Diffstat (limited to 'community/mate-desktop/APKBUILD')
-rw-r--r-- | community/mate-desktop/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/mate-desktop/APKBUILD b/community/mate-desktop/APKBUILD index 3a3df07d21..e8a4810820 100644 --- a/community/mate-desktop/APKBUILD +++ b/community/mate-desktop/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-desktop -pkgver=1.14.1 +pkgver=1.16.0 pkgrel=0 pkgdesc="The MATE Desktop Environment" url="http://wiki.mate-desktop.org/mate-desktop" arch="all" license="GPL2" depends="mate-common yelp-tools" -depends_dev="" +depends_dev="startup-notification" makedepends="$depends_dev itstool intltool dconf-dev gtk+2.0-dev libxrandr-dev libxml2-utils" install="" @@ -42,6 +42,6 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="3d8d55e228b4ab82cf33004e314820e0 mate-desktop-1.14.1.tar.xz" -sha256sums="97b5067c3b9a0b96494cf189dc94e64ac852cd21cddc27961e7b744f550d5786 mate-desktop-1.14.1.tar.xz" -sha512sums="b8d9688bfbea83d1264bce32be72fcb629b007e073553af24a9a79895baa29db3137cf6eed6a1bdf1a0b16ba3e02de892e85cbcfa62b84773d02fce71311496d mate-desktop-1.14.1.tar.xz" +md5sums="2dedbee701c9d471cfe8a633654044ce mate-desktop-1.16.0.tar.xz" +sha256sums="568d0b4aff4a02e3eaa19a679554487f21899dd3acb0d59da4d5f9879050d1bb mate-desktop-1.16.0.tar.xz" +sha512sums="b62e6944a3dec927f60faa2321f8c3094000e97847f90aa4d110a38f7d6f85b7855d7a49af321f10def87941d702d093322900113480c3ccd59e0149317f1db7 mate-desktop-1.16.0.tar.xz" |