aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2022-02-02 19:57:15 +0200
committerprspkt <p.rspkt@yandex.com>2022-02-07 01:08:43 +0000
commit315f635fe1076a2ac8bdcec162d36eba36814a83 (patch)
treeb10193db6f3b8cdafed65229c7e99214bd348440
parent15329949c5015e9604198367f281697b295ded5c (diff)
community/libcsys: upgrade to 4.3.0
-rw-r--r--community/libcsys/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/libcsys/APKBUILD b/community/libcsys/APKBUILD
index 48bcb21f3ad..3f86ad244dc 100644
--- a/community/libcsys/APKBUILD
+++ b/community/libcsys/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: rahmanshaber <rahmanshaber@yahoo.com>
# Maintainer: rahmanshaber <rahmanshaber@yahoo.com>
pkgname=libcsys
-pkgver=4.2.0
-pkgrel=1
+pkgver=4.3.0
+pkgrel=0
pkgdesc="Library for managing drive and getting system resource information in real time"
-# s390x, mips64 and riscv64 blocked by polkit
-arch="all !s390x !mips64 !riscv64"
+# s390x and riscv64 blocked by polkit
+arch="all !s390x !riscv64"
url="https://gitlab.com/cubocore"
license="GPL-3.0-or-later"
depends="udisks2"
@@ -26,6 +26,7 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
}
+
sha512sums="
-ff9b98788f094db7d9574bf507049596a9a46e7532ede806b1e0369d77934e2d74d451f7d5ffd77bf2111c4a4fd8aea47ea86ef44a316bd2f211e955fb1cafaa libcsys-v4.2.0.tar.gz
+2fdbc963a14fdd1ef46eef2a4897f3abfc4e623b73058289f8cd5932b143de77e99d200c4462f90f986791692bfed942ebdbc4b7dc68d7f1cba35ffbeb8d4ea2 libcsys-v4.3.0.tar.gz
"