summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efa40287241b..d7a28238c8a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corestuff
pkgdesc = An activity viewer from the CoreApps family.
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://gitlab.com/cubocore/corestuff
arch = x86_64
@@ -9,11 +9,12 @@ pkgbase = corestuff
license = GPL3
depends = qt5-base
depends = qt5-x11extras
- depends = libcsys
- depends = libcprime
+ depends = libcsys>=2.7.1
+ depends = libcprime>=2.7.1
depends = libxcomposite
- source = https://gitlab.com/cubocore/corestuff/-/archive/v2.7.0/corestuff-v2.7.0.tar.gz
- md5sums = 3dcf420cb7e0c046d81b97704eb1279e
+ replaces = corebox
+ source = https://gitlab.com/cubocore/corestuff/-/archive/v2.7.1/corestuff-v2.7.1.tar.gz
+ md5sums = 78b2de72a86d49ea31509ab69a118aba
pkgname = corestuff
diff --git a/PKGBUILD b/PKGBUILD
index 7d525ee9be51..19967235506d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=corestuff
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc="An activity viewer from the CoreApps family."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/$pkgname"
license=('GPL3')
-depends=('qt5-base' 'qt5-x11extras' 'libcsys' 'libcprime' 'libxcomposite')
+depends=('qt5-base' 'qt5-x11extras' 'libcsys>=2.7.1' 'libcprime>=2.7.1' 'libxcomposite')
+replaces=('corebox')
groups=('coreapps')
source=("https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('3dcf420cb7e0c046d81b97704eb1279e')
+md5sums=('78b2de72a86d49ea31509ab69a118aba')
prepare() {
mkdir -p build