summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2022-02-12 11:32:25 -0700
committergustawho2022-02-12 11:32:25 -0700
commit1d8cf852259da387127b8454db88b147b2604fda (patch)
treeab15defaeb85bb0bcdbcfafaeadf565ae094a988 /PKGBUILD
parent164d7bf1f2326c02b998aacd483a9fdc2b34f6b0 (diff)
downloadaur-1d8cf852259da387127b8454db88b147b2604fda.tar.gz
Plasma Mobile Gear 22.02
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0817595183a9..8ed44e16b3dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=qmlkonsole
-pkgver=21.12
+pkgver=22.02
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=('8a359f3e3bb6b1704909177cbd77b2562ef2814397d01119e4109008c0cf8d7b')
+sha256sums=('983a391546ce10c1cb5e3bcc87baeda459b9da885028f586ab7de9eeccad6d57')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"