diff options
Diffstat (limited to 'user/libsysstat/APKBUILD')
-rw-r--r-- | user/libsysstat/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/libsysstat/APKBUILD b/user/libsysstat/APKBUILD index 9f20151ed..027fb98a2 100644 --- a/user/libsysstat/APKBUILD +++ b/user/libsysstat/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sheila Aman <sheila@vulpine.house> # Maintainer: Sheila Aman <sheila@vulpine.house> pkgname=libsysstat -pkgver=0.4.3 -_lxqt_build=0.7.0 +pkgver=0.4.5 +_lxqt=0.9.0 pkgrel=0 pkgdesc="Library for querying system information & statistics" url="https://lxqt.github.io/" @@ -10,7 +10,7 @@ arch="all" options="!check" # No test suite. license="LGPL-2.1+" depends="" -makedepends="cmake extra-cmake-modules lxqt-build-tools>=$_lxqt_build +makedepends="cmake extra-cmake-modules lxqt-build-tools>=$_lxqt qt5-qtbase-dev" subpackages="$pkgname-dev" source="https://github.com/lxqt/libsysstat/releases/download/$pkgver/libsysstat-$pkgver.tar.xz" @@ -34,4 +34,4 @@ package() { make DESTDIR="$pkgdir" -C build install } -sha512sums="a34511e4f9fe1ed977ffc65b11948459922760f9a22b225d48d1c7cae9fc6c94b315c1394768f4c7b94ffc28c1267410c21ba55ff89e54976526ea1e5e4d7a56 libsysstat-0.4.3.tar.xz" +sha512sums="1b9091b783e32aeb258bef0e7ea070456f577a42fc5052ebf215dccb195f51c34ae7c2e6178e4eaf12200c5155c53699c2dbfe2a1f7c0c35d06c04275455ed09 libsysstat-0.4.5.tar.xz" |