summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-12-19 12:41:27 -0700
committergustawho2021-12-19 12:41:27 -0700
commit354f1dee4f36b322877d253df43fe03b6f478d9d (patch)
tree6a0dc8f1ce929593201ffc73d364ef3fda9f4cdf
parent355c8a39e441042fdc87cefc64fd60af01647fa6 (diff)
downloadaur-354f1dee4f36b322877d253df43fe03b6f478d9d.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 99531bd6e4a8..a86594c99aba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = calindori
pkgdesc = Calendar for Plasma Mobile
- pkgver = 21.08
+ pkgver = 21.12
pkgrel = 1
url = https://invent.kde.org/plasma-mobile/calindori
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = calindori
depends = knotifications
depends = kservice
depends = kpeople
- source = https://download.kde.org/stable/plasma-mobile/21.08/calindori-21.08.tar.xz
- sha256sums = 2b8cea4f2da4ff27be9251a1324bc6aac8cffeed3e73fc3cb202c0a991324123
+ source = https://download.kde.org/stable/plasma-mobile/21.12/calindori-21.12.tar.xz
+ sha256sums = 2bc72b24d96499afb1418c6de3657a7639a74076a04eb43e3fbc5c08567ba9e6
pkgname = calindori
diff --git a/PKGBUILD b/PKGBUILD
index 6866cf9f7c96..b6d50719ea82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=calindori
-pkgver=21.08
+pkgver=21.12
pkgrel=1
pkgdesc="Calendar for Plasma Mobile"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -11,7 +11,7 @@ depends=('ki18n' 'kcoreaddons' 'kconfig' 'kcalendarcore' 'kirigami2'
'kdbusaddons' 'knotifications' 'kservice' 'kpeople')
makedepends=('extra-cmake-modules' 'qt5-tools' 'qt5-svg')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('2b8cea4f2da4ff27be9251a1324bc6aac8cffeed3e73fc3cb202c0a991324123')
+sha256sums=('2bc72b24d96499afb1418c6de3657a7639a74076a04eb43e3fbc5c08567ba9e6')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"