summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2022-07-01 22:36:03 -0600
committergustawho2022-07-01 22:36:03 -0600
commit51578eefdbe6466953fd5564ba3bb1ef8a40c80b (patch)
treecd4581cbb552d0183c98dd9320df0c321bdd3731
parent30bed21a9506c7ddad2ae1e398cc957acf09a2da (diff)
downloadaur-51578eefdbe6466953fd5564ba3bb1ef8a40c80b.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 d528d90613da..3c2b220d34bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kweather
pkgdesc = Weather application for Plasma Mobile
- pkgver = 22.02
+ pkgver = 22.06
pkgrel = 1
url = https://invent.kde.org/plasma-mobile/kweather
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = kweather
depends = kdbusaddons
depends = plasma-framework
depends = kweathercore
- source = https://download.kde.org/stable/plasma-mobile/22.02/kweather-22.02.tar.xz
- sha256sums = 6f23f1545f780841699db92f99b4e6ad46783d279713bd5d90ff8a45f48a1a1e
+ source = https://download.kde.org/stable/plasma-mobile/22.06/kweather-22.06.tar.xz
+ sha256sums = f317d9a978e4cfab350fc0eda7bbe90315033eb6eec13d6c73e19bbb3fd78728
pkgname = kweather
diff --git a/PKGBUILD b/PKGBUILD
index 928831fea32b..5a3e32e61eb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=kweather
-pkgver=22.02
+pkgver=22.06
pkgrel=1
pkgdesc="Weather application for Plasma Mobile"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -11,7 +11,7 @@ depends=('ki18n' 'kconfig' 'kcoreaddons' 'knotifications' 'kirigami2'
'kdbusaddons' 'plasma-framework' 'kweathercore')
makedepends=('extra-cmake-modules' 'qt5-tools' 'qt5-svg')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('6f23f1545f780841699db92f99b4e6ad46783d279713bd5d90ff8a45f48a1a1e')
+sha256sums=('f317d9a978e4cfab350fc0eda7bbe90315033eb6eec13d6c73e19bbb3fd78728')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"