aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-desktop
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-11 23:06:53 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-15 18:08:38 -0300
commit8259ebfa0f7761b17254c107ee93b61895a9cffe (patch)
tree449cdf83d35ea3cf21266fbe99442770fbfbd071 /community/mate-desktop
parent1311cc032a8879b2b216e088419ee00141743535 (diff)
downloadaports-8259ebfa0f7761b17254c107ee93b61895a9cffe.tar.bz2
aports-8259ebfa0f7761b17254c107ee93b61895a9cffe.tar.xz
community/mate-desktop: upgrade to 1.23.2
Diffstat (limited to 'community/mate-desktop')
-rw-r--r--community/mate-desktop/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/mate-desktop/APKBUILD b/community/mate-desktop/APKBUILD
index f16aca9e7c..ff269bebc9 100644
--- a/community/mate-desktop/APKBUILD
+++ b/community/mate-desktop/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-desktop
-pkgver=1.22.1
-pkgrel=1
+pkgver=1.23.2
+pkgrel=0
pkgdesc="The MATE Desktop Environment"
url="https://wiki.mate-desktop.org/mate-desktop"
arch="all"
@@ -11,7 +11,7 @@ depends="mate-common yelp-tools"
makedepends="startup-notification itstool intltool dconf-dev gtk+3.0-dev
libxrandr-dev libxml2-utils iso-codes-dev librsvg"
subpackages="$pkgname-lang $pkgname-dev $pkgname-doc"
-source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
+source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-desktop-$pkgver.tar.xz"
build() {
./configure \
@@ -28,7 +28,7 @@ check() {
}
package() {
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
-sha512sums="bb2bf9de05439a0fcd4ab01ac628a2a235808cd07c1b7ce9abfbf2e64f98dc572603dfbd4a52bca5f03446825fba199715d7e08fcdc84f0df8d2ffeb4c87da62 mate-desktop-1.22.1.tar.xz"
+sha512sums="d7cf5830c845b2d8f864ef4f4625903738e54ac7cd014fd82e14e86106fdece4b7c3ad19cc34ea477140b48171d790cec2b5359a4fbd4f8e2212dbee2e77a559 mate-desktop-1.23.2.tar.xz"