summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2019-09-19 18:48:49 +0200
committerDan Johansen2019-09-19 18:48:49 +0200
commit3ca33a4b6d7482759cad2e1b2699ba39f0f3ce49 (patch)
tree6d784d01bad1e2d64318afc8ae7cae7cdf329845
parent75add3264b3982f7066c1f26edb73fcdf1711fda (diff)
downloadaur-3ca33a4b6d7482759cad2e1b2699ba39f0f3ce49.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 91bc3bcbfa4d..abf617d21011 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreterminal
pkgdesc = A terminal emulator from the CoreApps family.
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://gitlab.com/cubocore/coreterminal
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = coreterminal
groups = coreapps
license = GPL3
depends = qt5-base
- depends = libcprime
+ depends = libcprime>=2.7.1
depends = qtermwidget
- source = https://gitlab.com/cubocore/coreterminal/-/archive/v2.7.0/coreterminal-v2.7.0.tar.gz
- md5sums = 3da763ece77698dac7d4fcfbd8b63a95
+ source = https://gitlab.com/cubocore/coreterminal/-/archive/v2.7.1/coreterminal-v2.7.1.tar.gz
+ md5sums = c6d60e5490fa6fdd57bb403e8955bba0
pkgname = coreterminal
diff --git a/PKGBUILD b/PKGBUILD
index 30a44e386b7c..aea5bff7d29e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=coreterminal
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc="A terminal emulator from the CoreApps family."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/$pkgname"
license=('GPL3')
-depends=('qt5-base' 'libcprime' 'qtermwidget')
+depends=('qt5-base' 'libcprime>=2.7.1' 'qtermwidget')
groups=('coreapps')
source=("https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('3da763ece77698dac7d4fcfbd8b63a95')
+md5sums=('c6d60e5490fa6fdd57bb403e8955bba0')
prepare() {
mkdir -p build