summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-05-17 18:13:37 +0200
committerDan Johansen2020-05-17 18:13:37 +0200
commit97b52bb059124b7fcdcae1fbcf0ad3d9fc6d1a11 (patch)
tree51c44951f2488cd3384f6fad002764e4ca2fe12c
parent0f8d08bfc6b56f8491ea440577b73003bcb983bd (diff)
downloadaur-97b52bb059124b7fcdcae1fbcf0ad3d9fc6d1a11.tar.gz
updated to 2.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8b7c6aaf013..60f52883d27d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corekeyboard
pkgdesc = A virtual keyboard for X11 from the CoreApps family.
- pkgver = 2.8.0
+ pkgver = 2.9.0
pkgrel = 1
url = https://gitlab.com/cubocore/corekeyboard
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = corekeyboard
depends = qt5-x11extras
depends = libxtst
depends = libx11
- source = https://gitlab.com/cubocore/corekeyboard/-/archive/v2.8.0/corekeyboard-v2.8.0.tar.gz
- md5sums = 7ac2db94a02e6027be92fa9d992172b0
+ source = https://gitlab.com/cubocore/corekeyboard/-/archive/v2.9.0/corekeyboard-v2.9.0.tar.gz
+ md5sums = 518b30694974b6ecc90e918a2fc4d76d
pkgname = corekeyboard
diff --git a/PKGBUILD b/PKGBUILD
index 7ce4eb13156a..2b2f98825300 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=corekeyboard
-pkgver=2.8.0
+pkgver=2.9.0
pkgrel=1
pkgdesc="A virtual keyboard for X11 from the CoreApps family."
arch=('x86_64' 'aarch64')
@@ -11,7 +11,7 @@ license=('GPL3')
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=('7ac2db94a02e6027be92fa9d992172b0')
+md5sums=('518b30694974b6ecc90e918a2fc4d76d')
prepare() {
mkdir -p build