summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman@gmail.com>2020-06-12 01:30:07 +0000
committerKiyoshi Aman <kiyoshi.aman@gmail.com>2020-06-12 01:30:07 +0000
commit5cb3c71dcdd144613e81b0c1e41f78652d08022a (patch)
treea5488dc9c6e122bed800eaaaf77ab0d4cd9e5fa4
parent742f933fc9f0916e8a471d519851dbb84ceae631 (diff)
downloadpackages-5cb3c71dcdd144613e81b0c1e41f78652d08022a.tar.gz
packages-5cb3c71dcdd144613e81b0c1e41f78652d08022a.tar.bz2
packages-5cb3c71dcdd144613e81b0c1e41f78652d08022a.tar.xz
packages-5cb3c71dcdd144613e81b0c1e41f78652d08022a.zip
user/libsysstat: upgrade to 0.4.3
-rw-r--r--user/libsysstat/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/user/libsysstat/APKBUILD b/user/libsysstat/APKBUILD
index 92acda745..2e4b8d4bd 100644
--- a/user/libsysstat/APKBUILD
+++ b/user/libsysstat/APKBUILD
@@ -1,7 +1,8 @@
# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house>
# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
pkgname=libsysstat
-pkgver=0.4.2
+pkgver=0.4.3
+_lxqt_build=0.7.0
pkgrel=0
pkgdesc="Library for querying system information & statistics"
url="https://lxqt.org"
@@ -9,7 +10,8 @@ arch="all"
options="!check" # No test suite.
license="LGPL-2.1+"
depends=""
-makedepends="cmake extra-cmake-modules lxqt-build-tools qt5-qtbase-dev"
+makedepends="cmake extra-cmake-modules lxqt-build-tools>=$_lxqt_build
+ qt5-qtbase-dev"
subpackages="$pkgname-dev"
source="https://github.com/lxqt/libsysstat/releases/download/$pkgver/libsysstat-$pkgver.tar.xz"
@@ -32,4 +34,4 @@ package() {
make DESTDIR="$pkgdir" -C build install
}
-sha512sums="9059b9d20edbb7ecd89e722b48c6603b8042030ffad06d3eac167bb518691c2733d314649dc4c42a839d4812c7b65dcd043a13a6bd5b56678da112a8065717df libsysstat-0.4.2.tar.xz"
+sha512sums="a34511e4f9fe1ed977ffc65b11948459922760f9a22b225d48d1c7cae9fc6c94b315c1394768f4c7b94ffc28c1267410c21ba55ff89e54976526ea1e5e4d7a56 libsysstat-0.4.3.tar.xz"