summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2019-09-19 18:49:21 +0200
committerDan Johansen2019-09-19 18:49:21 +0200
commit384cd53f32a2edb71f65e5be1e7ef031e9a07f43 (patch)
tree084e6794d8b95da9cd8da955decbe7652bde8e8b
parent3feb6a935041ac5f46330b799e7e44afedcca0f6 (diff)
downloadaur-384cd53f32a2edb71f65e5be1e7ef031e9a07f43.tar.gz
updated to 2.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bb22f446d42..f186fe4fcf67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreuniverse
pkgdesc = Shows information about apps from the CoreApps family.
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://gitlab.com/cubocore/coreuniverse
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = coreuniverse
groups = coreapps
license = GPL3
depends = qt5-base
- depends = libcprime
- source = https://gitlab.com/cubocore/coreuniverse/-/archive/v2.7.0/coreuniverse-v2.7.0.tar.gz
- md5sums = 05c75e1609ff95e46ef3120dc6c023cb
+ depends = libcprime>=2.7.1
+ source = https://gitlab.com/cubocore/coreuniverse/-/archive/v2.7.1/coreuniverse-v2.7.1.tar.gz
+ md5sums = 0d54bf36ad5c01c39d14dcecc0a27142
pkgname = coreuniverse
diff --git a/PKGBUILD b/PKGBUILD
index 15489cde6d54..a682c05cea07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=coreuniverse
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc="Shows information about apps from the CoreApps family."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/$pkgname"
license=('GPL3')
-depends=('qt5-base' 'libcprime')
+depends=('qt5-base' 'libcprime>=2.7.1')
groups=('coreapps')
source=("https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('05c75e1609ff95e46ef3120dc6c023cb')
+md5sums=('0d54bf36ad5c01c39d14dcecc0a27142')
prepare() {
mkdir -p build