summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2019-09-19 18:44:59 +0200
committerDan Johansen2019-09-19 18:44:59 +0200
commit7fd904f93d4bb8fc76633a38f837d879a53fe29c (patch)
tree361bc66d67b2ff81cb75dbff7b08551f136581d6
parent852b952e284307d68c9e4d827aa993a4123442bc (diff)
downloadaur-7fd904f93d4bb8fc76633a38f837d879a53fe29c.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 96cc501382a3..4d1442280b22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreinfo
pkgdesc = A file information tool from the CoreApps family.
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://gitlab.com/cubocore/coreinfo
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = coreinfo
groups = coreapps
license = GPL3
depends = qt5-base
- depends = libcprime
+ depends = libcprime>=2.7.1
depends = libmediainfo
depends = zlib
- source = https://gitlab.com/cubocore/coreinfo/-/archive/v2.7.0/coreinfo-v2.7.0.tar.gz
- md5sums = 5c0ddf07451aa25aa96061d3fadecfd9
+ source = https://gitlab.com/cubocore/coreinfo/-/archive/v2.7.1/coreinfo-v2.7.1.tar.gz
+ md5sums = 263333d0418650b1ec0d53e5de43d0a1
pkgname = coreinfo
diff --git a/PKGBUILD b/PKGBUILD
index 5fa6bef5be02..31181985b411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=coreinfo
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc="A file information tool from the CoreApps family."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/$pkgname"
license=('GPL3')
-depends=('qt5-base' 'libcprime' 'libmediainfo' 'zlib')
+depends=('qt5-base' 'libcprime>=2.7.1' 'libmediainfo' 'zlib')
groups=('coreapps')
source=("https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('5c0ddf07451aa25aa96061d3fadecfd9')
+md5sums=('263333d0418650b1ec0d53e5de43d0a1')
prepare() {
mkdir -p build