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 e1d60d95235a..ea229e1aface 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corekeyboard
pkgdesc = A virtual keyboard for X11 from the CoreApps family.
- pkgver = 3.0.1
+ pkgver = 4.0.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/v3.0.1/corekeyboard-v3.0.1.tar.gz
- md5sums = 6aff6b1a002399f14f653b80ce0e4bc9
+ source = https://gitlab.com/cubocore/corekeyboard/-/archive/v4.0.0/corekeyboard-v4.0.0.tar.gz
+ md5sums = 977d5d424089258f043675b5f8ab088e
pkgname = corekeyboard
diff --git a/PKGBUILD b/PKGBUILD
index 2028ce378cdd..763a2c0d0e5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Contributor: Shaber
# Maintainer: Dan Johansen <strit@manjaro.org>
+# Contributor: Shaber
pkgname=corekeyboard
-pkgver=3.0.1
+pkgver=4.0.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=('6aff6b1a002399f14f653b80ce0e4bc9')
+md5sums=('977d5d424089258f043675b5f8ab088e')
prepare() {
mkdir -p build