aboutsummaryrefslogtreecommitdiffstats
path: root/community/btop/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/btop/APKBUILD')
-rw-r--r--community/btop/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/btop/APKBUILD b/community/btop/APKBUILD
index 771adabce80..45ad08bcfde 100644
--- a/community/btop/APKBUILD
+++ b/community/btop/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=btop
-pkgver=1.2.0
-pkgrel=0
+pkgver=1.3.2
+pkgrel=1
pkgdesc="Resource monitor"
url="https://github.com/aristocratos/btop"
license="Apache-2.0"
@@ -12,13 +12,15 @@ source="https://github.com/aristocratos/btop/archive/v$pkgver/btop-$pkgver.tar.g
options="!check" # no test suite
build() {
- CXXFLAGS="$CXXFLAGS -flto -fno-ipa-cp" make
+ ADDFLAGS="-fno-ipa-cp" make
}
package() {
make install DESTDIR="$pkgdir" PREFIX=/usr
+
+ rm "$pkgdir"/usr/share/btop/README.md
}
sha512sums="
-5895a62773bb0eddc6b5d1699cb37a3ee764e2a90324b39b6f9e5ab6776486d4a42c7b25ab64c6b381d99c953de0cd509db5b8c58dc0d25f2d73fd8aa3d31041 btop-1.2.0.tar.gz
+9bbe983aa1336566f78396b829d49c22fe709e4e3d959dabc7524b61defba2638f3b0c50658f755fd1f02dd70572c78cc3cfc8b01772e174d0f34a48e4e178b2 btop-1.3.2.tar.gz
"