summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2019-09-19 18:45:23 +0200
committerDan Johansen2019-09-19 18:45:23 +0200
commitc2db72181577b473cd85e41799b44f8d2ddb3ea3 (patch)
tree6f95f666a5b1c4b38dd81e70657d9b527c0e9514
parentb1ab7bf94d95f5328a2e6b9422fff1d13b65aac5 (diff)
downloadaur-c2db72181577b473cd85e41799b44f8d2ddb3ea3.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 3fdc0ac850c5..f443fe13738b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corekeyboard
pkgdesc = A virtual keyboard for X11 from the CoreApps family.
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://gitlab.com/cubocore/corekeyboard
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = corekeyboard
groups = coreapps
license = GPL3
depends = qt5-base
- depends = libcprime
+ depends = libcprime>=2.7.1
depends = qt5-x11extras
depends = libxtst
depends = libx11
- source = https://gitlab.com/cubocore/corekeyboard/-/archive/v2.7.0/corekeyboard-v2.7.0.tar.gz
- md5sums = edba5959424384cd54fd034d510a28b7
+ source = https://gitlab.com/cubocore/corekeyboard/-/archive/v2.7.1/corekeyboard-v2.7.1.tar.gz
+ md5sums = f203b456db1041a4d152c3e349c0cebe
pkgname = corekeyboard
diff --git a/PKGBUILD b/PKGBUILD
index 71a6c36eaa90..c50d30b2ce63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=corekeyboard
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc="A virtual keyboard for X11 from the CoreApps family."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/$pkgname"
license=('GPL3')
-depends=('qt5-base' 'libcprime' 'qt5-x11extras' 'libxtst' 'libx11')
+depends=('qt5-base' 'libcprime>=2.7.1' 'qt5-x11extras' 'libxtst' 'libx11')
groups=('coreapps')
source=("https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('edba5959424384cd54fd034d510a28b7')
+md5sums=('f203b456db1041a4d152c3e349c0cebe')
prepare() {
mkdir -p build