aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-24 20:44:02 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-24 20:44:02 -0300
commit53f4218557caeb9ab8b1f25bde24809985914148 (patch)
treee7557b6ebb9a7318f2203083deb0a5eb399a56a9
parentaaff3bd40262468228910ae561a84f1ff2be94b5 (diff)
downloadaports-53f4218557caeb9ab8b1f25bde24809985914148.tar.bz2
aports-53f4218557caeb9ab8b1f25bde24809985914148.tar.xz
community/mate-icon-theme: upgrade to 1.22.2
-rw-r--r--community/mate-icon-theme/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/mate-icon-theme/APKBUILD b/community/mate-icon-theme/APKBUILD
index 1d4c359f09..8b6bfffe17 100644
--- a/community/mate-icon-theme/APKBUILD
+++ b/community/mate-icon-theme/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-icon-theme
-pkgver=1.22.1
+pkgver=1.22.2
pkgrel=0
pkgdesc="MATE desktop icons"
url="https://github.com/mate-desktop/mate-icon-theme"
@@ -10,8 +10,7 @@ license="GPL-2.0"
depends="mate-common"
makedepends="icon-naming-utils intltool"
subpackages="$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-icon-theme-$pkgver.tar.xz"
build() {
DATADIRNAME=share ./configure \
@@ -27,7 +26,7 @@ check() {
}
package() {
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
-sha512sums="640fea3dfd4d9f2edd24353e4a36d57520de356c421b24ee1aec7fca98d3f76a789808a1d005a20ed87ee089d1777376e5b3f229ce0e90b06adf242f6a79b3b9 mate-icon-theme-1.22.1.tar.xz"
+sha512sums="bea4676305b3b26b1a65080d960c33276c1ba30bcd442a200773745b2723700f1ff04affb2483f9c2389475b80700355e85a1fa7fe20c8ee645927d95e0d3b23 mate-icon-theme-1.22.2.tar.xz"