diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-09-09 09:00:31 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-09-09 09:00:31 +0000 |
commit | 09be6d32179ed60bea31aba953ee116ba5c55890 (patch) | |
tree | 8a8427f71d6697bc1bc60e6ba09c9f39fbfc63d4 | |
parent | 380808d0172224bbfca1e6f49a37fd847575d342 (diff) | |
download | aports-09be6d32179ed60bea31aba953ee116ba5c55890.tar.bz2 aports-09be6d32179ed60bea31aba953ee116ba5c55890.tar.xz |
community/mate-desktop: upgrade to 1.21.1
-rw-r--r-- | community/mate-desktop/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/mate-desktop/APKBUILD b/community/mate-desktop/APKBUILD index 70f00e6fa4..54a3275964 100644 --- a/community/mate-desktop/APKBUILD +++ b/community/mate-desktop/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-desktop -pkgver=1.21.0 -pkgrel=1 +pkgver=1.21.1 +pkgrel=0 pkgdesc="The MATE Desktop Environment" url="http://wiki.mate-desktop.org/mate-desktop" arch="all" license="GPL-2.0-or-later LGPL-2.0-or-later" depends="mate-common yelp-tools" makedepends="startup-notification itstool intltool dconf-dev gtk+3.0-dev - libxrandr-dev libxml2-utils" + libxrandr-dev libxml2-utils iso-codes-dev" subpackages="$pkgname-lang $pkgname-dev $pkgname-doc" source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" @@ -35,4 +35,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="c435867c761359dbfe6da393c344774cab9ed603ac126a070166662a41a8eb37ec061d7af81966cf12cda52230c95245f0a5b402c8a4777bc77dd48dc0cf497c mate-desktop-1.21.0.tar.xz" +sha512sums="532859efcadcfeb5ce0cbdd26ec1fb46279d82cbdd6bb814efc52795a76aeb6eb1656c4698eaceb31d09ecd58b4332fcc5ed801d6666a7b1eb33278ac1c0ba6d mate-desktop-1.21.1.tar.xz" |