summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-12-19 12:42:19 -0700
committergustawho2021-12-19 12:42:19 -0700
commitddff7ca78787a9c22fc0a66144db11b3ae10aa09 (patch)
treed704c2f838274fd8e619f67c141a984154c6e87a
parent445fc1e6b9454b1083742c3ff713005ee80df38c (diff)
downloadaur-ddff7ca78787a9c22fc0a66144db11b3ae10aa09.tar.gz
Plasma Mobile Gear 21.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 148139b6084e..22f55b3d132f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kweather
pkgdesc = Weather application for Plasma Mobile
- pkgver = 21.08
+ pkgver = 21.12
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/21.08/kweather-21.08.tar.xz
- sha256sums = c5c572b38d6e74e15998273fcff9438711b0f6f550fe23908156f3a934973f2c
+ source = https://download.kde.org/stable/plasma-mobile/21.12/kweather-21.12.tar.xz
+ sha256sums = f2e4db4833d4751401075be447261cfc8d5996b55d090144fd79e903678e3b80
pkgname = kweather
diff --git a/PKGBUILD b/PKGBUILD
index 36f0e3eded04..e9dd2a27bb57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=kweather
-pkgver=21.08
+pkgver=21.12
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=('c5c572b38d6e74e15998273fcff9438711b0f6f550fe23908156f3a934973f2c')
+sha256sums=('f2e4db4833d4751401075be447261cfc8d5996b55d090144fd79e903678e3b80')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"