summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-05-13 17:39:35 -0600
committergustawho2021-05-13 17:39:35 -0600
commit72ab1df2bff2ada20a1a3876a05658f09cb6c4f7 (patch)
treeda0497363917f1e66c8cdf89de987afc2123a872
parent02ace30e9ce7636c5b2961cf7336aac0e4992ce1 (diff)
downloadaur-72ab1df2bff2ada20a1a3876a05658f09cb6c4f7.tar.gz
Plasma Mobile Gear 21.05
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 637fd1e298ae..5964b5bdc07c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = calindori
pkgdesc = Calendar for Plasma Mobile
- pkgver = 1.4
- pkgrel = 3
+ pkgver = 21.05
+ pkgrel = 1
url = https://invent.kde.org/plasma-mobile/calindori
arch = x86_64
arch = i686
@@ -22,8 +22,8 @@ pkgbase = calindori
depends = knotifications
depends = kservice
depends = kpeople
- source = https://download.kde.org/stable/calindori/calindori-1.4.tar.xz
- sha256sums = 20b43e406a40fce2cd4b82c6a7a2e54668c55251a80364019adc4809cb3cc680
+ source = https://download.kde.org/stable/plasma-mobile/21.05/calindori-21.05.tar.xz
+ sha256sums = 9261a61d96b22f29ffece0273863c7af604225ed6ec2e50336cb869c624e0e84
pkgname = calindori
diff --git a/PKGBUILD b/PKGBUILD
index c28ff2484d62..b363a2220b4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=calindori
-pkgver=1.4
-pkgrel=3
+pkgver=21.05
+pkgrel=1
pkgdesc="Calendar for Plasma Mobile"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://invent.kde.org/plasma-mobile/calindori"
@@ -10,8 +10,8 @@ license=(GPL3)
depends=('ki18n' 'kcoreaddons' 'kconfig' 'kcalendarcore' 'kirigami2'
'kdbusaddons' 'knotifications' 'kservice' 'kpeople')
makedepends=('extra-cmake-modules' 'qt5-tools' 'qt5-svg')
-source=("https://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('20b43e406a40fce2cd4b82c6a7a2e54668c55251a80364019adc4809cb3cc680')
+source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('9261a61d96b22f29ffece0273863c7af604225ed6ec2e50336cb869c624e0e84')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"