summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2022-07-01 22:35:01 -0600
committergustawho2022-07-01 22:35:01 -0600
commite9819d0414eb76832a0a26cb95c9b2c8521cbb19 (patch)
tree749fdaabb5ea55a97c73aea302b63a0cbae2298d
parent544aba689fbd91b1fc9d953969ac86ce9e0ff7c0 (diff)
downloadaur-e9819d0414eb76832a0a26cb95c9b2c8521cbb19.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 a3f5ab6a7681..b3d27dfd202f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = calindori
pkgdesc = Calendar for Plasma Mobile
- pkgver = 22.02
+ pkgver = 22.06
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.02/calindori-22.02.tar.xz
- sha256sums = 3d8a91eb3e904aca9426a52e6c91e3f1b67b1de3f9cf9c762f374210ebe0deaf
+ source = https://download.kde.org/stable/plasma-mobile/22.06/calindori-22.06.tar.xz
+ sha256sums = 073c396948a1565d2c5007a9da2ebed7f152a2e989a98dc337ade9e8c39c8b39
pkgname = calindori
diff --git a/PKGBUILD b/PKGBUILD
index c241843a7da1..cdfb7a6767c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=calindori
-pkgver=22.02
+pkgver=22.06
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=('3d8a91eb3e904aca9426a52e6c91e3f1b67b1de3f9cf9c762f374210ebe0deaf')
+sha256sums=('073c396948a1565d2c5007a9da2ebed7f152a2e989a98dc337ade9e8c39c8b39')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"