summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00684a2b9c76..4fabeddb378e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coregarage
pkgdesc = A settings manager for the CoreApps family.
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://gitlab.com/cubocore/coregarage
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = coregarage
groups = coreapps
license = GPL3
depends = qt5-base
- depends = libcprime
- depends = libcsys
+ depends = libcprime>=2.7.1
+ depends = libcsys>=2.7.1
depends = libarchive-qt
- source = https://gitlab.com/cubocore/coregarage/-/archive/v2.7.0/coregarage-v2.7.0.tar.gz
- md5sums = 21e701a03b5e7630f8528165d8a0419e
+ source = https://gitlab.com/cubocore/coregarage/-/archive/v2.7.1/coregarage-v2.7.1.tar.gz
+ md5sums = bdc791f77e210a0d65f123f2eb998005
pkgname = coregarage
diff --git a/PKGBUILD b/PKGBUILD
index e2224a28df4d..518b40cf4bc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=coregarage
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc="A settings manager for the CoreApps family."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/$pkgname"
license=('GPL3')
-depends=('qt5-base' 'libcprime' 'libcsys' 'libarchive-qt')
+depends=('qt5-base' 'libcprime>=2.7.1' 'libcsys>=2.7.1' 'libarchive-qt')
groups=('coreapps')
source=("https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('21e701a03b5e7630f8528165d8a0419e')
+md5sums=('bdc791f77e210a0d65f123f2eb998005')
prepare() {
mkdir -p build