diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-22 15:19:06 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-25 07:11:21 +0000 |
commit | 5fcb1e8fa2b424c46e94614416aa8f262a0eec25 (patch) | |
tree | b02e49cdc6591bf07a26fe8376a7d02c9f374de7 /community/mate-system-monitor/APKBUILD | |
parent | 279db2a6c5999db50c2bbe8e759457d1cfaba520 (diff) | |
download | aports-5fcb1e8fa2b424c46e94614416aa8f262a0eec25.tar.bz2 aports-5fcb1e8fa2b424c46e94614416aa8f262a0eec25.tar.xz |
community/mate-system-monitor: modernize APKBUILD
Diffstat (limited to 'community/mate-system-monitor/APKBUILD')
-rw-r--r-- | community/mate-system-monitor/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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 <alacerda@alpinelinux.org> 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" |