summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2022-07-01 22:37:05 -0600
committergustawho2022-07-01 22:37:05 -0600
commita71fa35584e9603fadd4b4df1d8406e6fe49c7b9 (patch)
treeb796442f22bc2697f9b965edb8ef6cd52badb654
parent1d8cf852259da387127b8454db88b147b2604fda (diff)
downloadaur-a71fa35584e9603fadd4b4df1d8406e6fe49c7b9.tar.gz
Plasma Mobile Gear 22.06
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9af80982dfc..68389b1d811f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qmlkonsole
pkgdesc = Terminal app for Plasma Mobile
- pkgver = 22.02
+ pkgver = 22.06
pkgrel = 1
url = https://invent.kde.org/plasma-mobile/qmlkonsole
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = qmlkonsole
depends = kconfig
depends = kirigami2
depends = qmltermwidget
- source = http://download.kde.org/stable/plasma-mobile/22.02/qmlkonsole-22.02.tar.xz
- sha256sums = 983a391546ce10c1cb5e3bcc87baeda459b9da885028f586ab7de9eeccad6d57
+ source = http://download.kde.org/stable/plasma-mobile/22.06/qmlkonsole-22.06.tar.xz
+ sha256sums = f6bc6f1694b8d55d5781a0f627ca261f9cd69ca413b7c7f5734f1b53d62244c0
pkgname = qmlkonsole
diff --git a/PKGBUILD b/PKGBUILD
index 8ed44e16b3dc..7bc9408f8ac5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=qmlkonsole
-pkgver=22.02
+pkgver=22.06
pkgrel=1
pkgdesc="Terminal app for Plasma Mobile"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('ki18n' 'kconfig' 'kirigami2' 'qmltermwidget')
makedepends=('git' 'qt5-tools' 'qt5-svg' 'extra-cmake-modules')
source=("http://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('983a391546ce10c1cb5e3bcc87baeda459b9da885028f586ab7de9eeccad6d57')
+sha256sums=('f6bc6f1694b8d55d5781a0f627ca261f9cd69ca413b7c7f5734f1b53d62244c0')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"