From 5fcb1e8fa2b424c46e94614416aa8f262a0eec25 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Fri, 22 Sep 2017 15:19:06 +0000 Subject: community/mate-system-monitor: modernize APKBUILD --- community/mate-system-monitor/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community') diff --git a/community/mate-system-monitor/APKBUILD b/community/mate-system-monitor/APKBUILD index e81d2c7bea..2585e24e76 100644 --- a/community/mate-system-monitor/APKBUILD +++ b/community/mate-system-monitor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Alan Lacerda pkgname=mate-system-monitor pkgver=1.18.0 -pkgrel=1 +pkgrel=2 pkgdesc="A system monitor for MATE" url="https://github.com/mate-desktop/mate-system-monitor" arch="all" @@ -32,7 +32,7 @@ check() { package() { cd "$builddir" - make DESTDIR="${pkgdir}" install || return 1 + make DESTDIR="${pkgdir}" install } sha512sums="95e85b87f52db32f3c192c29b866020b78638462dd362376180087f24c041b690d3bb66d8ad1174abc89051450efe1f19171746204c68455ddcc6e965339db82 mate-system-monitor-1.18.0.tar.xz" -- cgit v1.2.3