summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2022-10-05 17:10:54 -0600
committergustawho2022-10-05 17:10:54 -0600
commitc49f2632a5452fe3f0ff0c860a11648efb086c47 (patch)
treea2da17bbdff1186dcf008df657d8e4dce04dde88 /PKGBUILD
parent51578eefdbe6466953fd5564ba3bb1ef8a40c80b (diff)
downloadaur-kweather.tar.gz
Plasma Mobile Gear 22.09
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a3e32e61eb4..38b6bb31a197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=kweather
-pkgver=22.06
+pkgver=22.09
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=('f317d9a978e4cfab350fc0eda7bbe90315033eb6eec13d6c73e19bbb3fd78728')
+sha256sums=('5f864f8f9ee8d17dc0647806c9237efd4df82ee31d022e80cf32e4e053317f7c')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"