aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-24 20:46:39 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-25 00:01:51 -0300
commit62e393d398b585cdb7dad51f2475d6daa3c439b6 (patch)
tree55837aa3b1827c8e5af980c4460c6812bed2cbcd
parent1075ec96bb2b62d4d8a9af15e34cb6c33c642a9d (diff)
downloadaports-62e393d398b585cdb7dad51f2475d6daa3c439b6.tar.bz2
aports-62e393d398b585cdb7dad51f2475d6daa3c439b6.tar.xz
community/mate-utils: upgrade to 1.22.2
-rw-r--r--community/mate-utils/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/mate-utils/APKBUILD b/community/mate-utils/APKBUILD
index 929b91b70a..5473005959 100644
--- a/community/mate-utils/APKBUILD
+++ b/community/mate-utils/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-utils
-pkgver=1.22.1
+pkgver=1.22.2
pkgrel=0
pkgdesc="Utilities for the MATE Desktop"
url="https://github.com/mate-desktop/mate-utils"
@@ -10,8 +10,7 @@ license="GPL-2.0"
makedepends="intltool glib-dev gtk+3.0-dev mate-panel-dev
libgtop-dev libcanberra-dev inkscape itstool libsm-dev libxml2-utils"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-utils-$pkgver.tar.xz"
build() {
./configure \
@@ -28,7 +27,7 @@ check() {
}
package() {
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
-sha512sums="0f70f088de80440ff6954c899eab75c2bf22d332293c1ec61bf8391396ed31a2ab126279dc4d9dab6f4932225120309bc52e122bcd5a8dc17abccfd6e480390d mate-utils-1.22.1.tar.xz"
+sha512sums="bf33019ebd1dc4ff6010ba0824981334b7065a62dfc7a73170487df5f165ad20831a900ef4e4e0641ca130aa618f82aa27606f0a48c2cb9907ea7ef118f02a60 mate-utils-1.22.2.tar.xz"