summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-08-31 15:40:22 -0600
committergustawho2021-08-31 15:40:22 -0600
commit4bdd2ddde2cd9a3ba085c98dfb0cf7233e3d097a (patch)
tree90ba7f8e2359047da8945733d73134c9151a151a
parent0af1046421aa7159b9e7efefa27c2d23f65986dd (diff)
downloadaur-4bdd2ddde2cd9a3ba085c98dfb0cf7233e3d097a.tar.gz
Plasma Mobile Gear 21.08
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 248407b94ab0..1d37946eb985 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qmlkonsole
pkgdesc = Terminal app for Plasma Mobile
- pkgver = 21.07
+ pkgver = 21.08
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/21.07/qmlkonsole-21.07.tar.xz
- sha256sums = e8a477e59c22a4263d954063d677091385802e77462af3ffea36feab17da12f9
+ source = http://download.kde.org/stable/plasma-mobile/21.08/qmlkonsole-21.08.tar.xz
+ sha256sums = 5839015bb7beb781b479661e35a4fd83ef7c4c85431400884151c6a78dd37edc
pkgname = qmlkonsole
diff --git a/PKGBUILD b/PKGBUILD
index 763f2fde3a64..5cf03612b19b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=qmlkonsole
-pkgver=21.07
+pkgver=21.08
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=('e8a477e59c22a4263d954063d677091385802e77462af3ffea36feab17da12f9')
+sha256sums=('5839015bb7beb781b479661e35a4fd83ef7c4c85431400884151c6a78dd37edc')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"