summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-01-12 14:20:16 +0100
committerDan Johansen2020-01-12 14:20:16 +0100
commit8078d5908cffbce3fa597b26f95b6d3da5df133e (patch)
tree3364ef2c415f6a313086882814a64a8a47066b5c
parent6253827e167f7f12ebbbfe8458764dbd1eb0f751 (diff)
downloadaur-8078d5908cffbce3fa597b26f95b6d3da5df133e.tar.gz
updated to 2.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f6b9cab9111..020b4d2ba489 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcsys
pkgdesc = Library for managing drive and getting system resource information in real time.
- pkgver = 2.7.1
+ pkgver = 2.8.0
pkgrel = 1
url = https://gitlab.com/cubocore/libcsys
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = libcsys
license = GPL3
depends = qt5-base
depends = udisks2
- source = https://gitlab.com/cubocore/libcsys/-/archive/v2.7.1/libcsys-v2.7.1.tar.gz
- md5sums = d71aec53ea754be7649b49dde7ce6f81
+ source = https://gitlab.com/cubocore/libcsys/-/archive/v2.8.0/libcsys-v2.8.0.tar.gz
+ md5sums = eff86957844d7b064186f456c0c3637c
pkgname = libcsys
diff --git a/PKGBUILD b/PKGBUILD
index 04ce49d31e07..079e0e603185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=libcsys
-pkgver=2.7.1
+pkgver=2.8.0
pkgrel=1
pkgdesc="Library for managing drive and getting system resource information in real time."
arch=('x86_64' 'aarch64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('qt5-base' 'udisks2')
groups=('coreapps')
source=("https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('d71aec53ea754be7649b49dde7ce6f81')
+md5sums=('eff86957844d7b064186f456c0c3637c')
prepare() {
mkdir -p build