summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2022-10-05 17:09:54 -0600
committergustawho2022-10-05 17:09:54 -0600
commit89c50d61dd66e86eb51ddd2a8f99f34286cfc63d (patch)
treef519620fb054e4b76c55e336e5b8e3c0a53e9bd4
parente9819d0414eb76832a0a26cb95c9b2c8521cbb19 (diff)
downloadaur-calindori.tar.gz
Plasma Mobile Gear 22.09
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3d27dfd202f..750d3fe15224 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = calindori
pkgdesc = Calendar for Plasma Mobile
- pkgver = 22.06
+ pkgver = 22.09
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/22.06/calindori-22.06.tar.xz
- sha256sums = 073c396948a1565d2c5007a9da2ebed7f152a2e989a98dc337ade9e8c39c8b39
+ source = https://download.kde.org/stable/plasma-mobile/22.09/calindori-22.09.tar.xz
+ sha256sums = 96505d78e4b040fa397e3e99fd6648f3e163d8f050fe19c184d59c6b3f6e8fdf
pkgname = calindori
diff --git a/PKGBUILD b/PKGBUILD
index cdfb7a6767c0..7a5d52480abe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=calindori
-pkgver=22.06
+pkgver=22.09
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=('073c396948a1565d2c5007a9da2ebed7f152a2e989a98dc337ade9e8c39c8b39')
+sha256sums=('96505d78e4b040fa397e3e99fd6648f3e163d8f050fe19c184d59c6b3f6e8fdf')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"