summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-06-10 12:11:57 -0600
committergustawho2021-06-10 12:11:57 -0600
commitc0cf3d1281dba78700d6a362609dff9c5e391327 (patch)
tree4c43c3f2d5d7662538944d8dd45967435c4c3af7
parent801196448d7bd8b4e75c084701a19e8afd5c6a2b (diff)
downloadaur-c0cf3d1281dba78700d6a362609dff9c5e391327.tar.gz
Plasma Mobile Gear 21.06
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51fcd5fa95ce..92ec22b20789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qmlkonsole
pkgdesc = Terminal app for Plasma Mobile
- pkgver = 21.05
- pkgrel = 1
+ pkgver = 21.06
+ pkgrel = 2
url = https://invent.kde.org/plasma-mobile/qmlkonsole
arch = x86_64
license = GPL3
@@ -13,8 +13,7 @@ pkgbase = qmlkonsole
depends = kconfig
depends = kirigami2
depends = qmltermwidget
- source = http://download.kde.org/stable/plasma-mobile/21.05/qmlkonsole-21.05.tar.xz
- sha256sums = 56c121a43fadd698aff3b6f7608693afc038a632a28ab97771fbd19f804544bd
+ source = http://download.kde.org/stable/plasma-mobile/21.06/qmlkonsole-21.06.tar.xz
+ sha256sums = 14f5e79288f53b94b38acd720e9d22eb8667d1a39e24828cad87910e33b03c97
pkgname = qmlkonsole
-
diff --git a/PKGBUILD b/PKGBUILD
index 32d064b38242..66b0b95a2315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=qmlkonsole
-pkgver=21.05
-pkgrel=1
+pkgver=21.06
+pkgrel=2
pkgdesc="Terminal app for Plasma Mobile"
arch=('x86_64')
url="https://invent.kde.org/plasma-mobile/qmlkonsole"
@@ -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=('56c121a43fadd698aff3b6f7608693afc038a632a28ab97771fbd19f804544bd')
+sha256sums=('14f5e79288f53b94b38acd720e9d22eb8667d1a39e24828cad87910e33b03c97')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"