summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-07-21 21:31:54 -0600
committergustawho2021-07-21 21:31:54 -0600
commit65cc5e84999c073ff6cf6f18ea495690fc3a5875 (patch)
treedefdfbe0d161a86aae04d675b206ade54be0d83e
parentab6a19e4a8e62cfe9415cfd50adc6599137702c8 (diff)
downloadaur-65cc5e84999c073ff6cf6f18ea495690fc3a5875.tar.gz
Plasma Mobile Gear 21.07
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f9ce606bae5..1c9da42edc78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = calindori
pkgdesc = Calendar for Plasma Mobile
- pkgver = 21.06
- pkgrel = 2
+ pkgver = 21.07
+ pkgrel = 1
url = https://invent.kde.org/plasma-mobile/calindori
arch = x86_64
arch = i686
@@ -22,7 +22,7 @@ pkgbase = calindori
depends = knotifications
depends = kservice
depends = kpeople
- source = https://download.kde.org/stable/plasma-mobile/21.06/calindori-21.06.tar.xz
- sha256sums = 48dc162edb457d164ca371eb006c7e9b7ddb8d54f49b66a6bf7db1776cf26e47
+ source = https://download.kde.org/stable/plasma-mobile/21.07/calindori-21.07.tar.xz
+ sha256sums = 82bf32c18fd92f41c4871e3612cb7055b3ef0a6d035a536db88a34f7e98c8401
pkgname = calindori
diff --git a/PKGBUILD b/PKGBUILD
index 79d7f1003123..94d8c0c334c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=calindori
-pkgver=21.06
-pkgrel=2
+pkgver=21.07
+pkgrel=1
pkgdesc="Calendar for Plasma Mobile"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://invent.kde.org/plasma-mobile/calindori"
-license=(GPL3)
+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/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('48dc162edb457d164ca371eb006c7e9b7ddb8d54f49b66a6bf7db1776cf26e47')
+sha256sums=('82bf32c18fd92f41c4871e3612cb7055b3ef0a6d035a536db88a34f7e98c8401')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"