summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 486d0b71726d..da8309350350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corekeyboard
pkgdesc = A virtual keyboard for X11 from the C Suite
- pkgver = 4.4.0
+ pkgver = 4.5.0
pkgrel = 1
url = https://gitlab.com/cubocore/coreapps/corekeyboard
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = corekeyboard
depends = qt5-x11extras
depends = libxtst
depends = libx11
- source = https://gitlab.com/cubocore/coreapps/corekeyboard/-/archive/v4.4.0/corekeyboard-v4.4.0.tar.gz
- md5sums = c10628d87526e1f46fd74f4cbc8659e0
+ source = https://gitlab.com/cubocore/coreapps/corekeyboard/-/archive/v4.5.0/corekeyboard-v4.5.0.tar.gz
+ md5sums = 8a3c6534d0f9ba3d8cf3b056f877b04a
pkgname = corekeyboard
diff --git a/PKGBUILD b/PKGBUILD
index eb3ff87030b6..73555b7eb105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Dan Johansen <strit@manjaro.org>
+# Maintainer: Dan Johansen <strit@strits.dk>
# Contributor: Shaber
pkgname=corekeyboard
-pkgver=4.4.0
+pkgver=4.5.0
pkgrel=1
pkgdesc="A virtual keyboard for X11 from the C Suite"
arch=('x86_64' 'aarch64')
@@ -12,7 +12,7 @@ depends=('qt5-base' 'libcprime>=2.7.1' 'qt5-x11extras' 'libxtst' 'libx11')
makedepends=('cmake' 'ninja')
groups=('coreapps')
source=("https://gitlab.com/cubocore/coreapps/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('c10628d87526e1f46fd74f4cbc8659e0')
+md5sums=('8a3c6534d0f9ba3d8cf3b056f877b04a')
prepare() {
mkdir -p build