summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-08-31 15:40:10 -0600
committergustawho2021-08-31 15:40:10 -0600
commitd93c47080b492b60523c589d7e876255c45a21ae (patch)
tree8e7e12f5fe29e13995a9c8a9abf38130771cfd0b
parentfe07de3edff13ccef95ca60cb483f3792d897e82 (diff)
downloadaur-d93c47080b492b60523c589d7e876255c45a21ae.tar.gz
Plasma Mobile Gear 21.08
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e74221e3ab1..6af146b1de70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma-phonebook
pkgdesc = Phone book for Plasma Mobile
- pkgver = 21.07
+ pkgver = 21.08
pkgrel = 1
url = https://invent.kde.org/plasma-mobile/plasma-phonebook
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = plasma-phonebook
depends = kcontacts
depends = kpeoplevcard
depends = kirigami2
- source = https://download.kde.org/stable/plasma-mobile/21.07/plasma-phonebook-21.07.tar.xz
- sha256sums = d1fa96180ab889dfa0a75718239133785d99948de70eb1006a098f7a45e58333
+ source = https://download.kde.org/stable/plasma-mobile/21.08/plasma-phonebook-21.08.tar.xz
+ sha256sums = 7512c450fae901f25d81cdbf2325e218d3b6595d4954b8cc34dd2bc8672df925
pkgname = plasma-phonebook
diff --git a/PKGBUILD b/PKGBUILD
index 2f95a4bb3f54..4eb00a0110a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=plasma-phonebook
-pkgver=21.07
+pkgver=21.08
pkgrel=1
pkgdesc="Phone book for Plasma Mobile"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('ki18n' 'kcoreaddons' 'kconfig' 'kpeople' 'kcontacts' 'kpeoplevcard' 'kirigami2')
makedepends=('extra-cmake-modules' 'qt5-svg' 'qt5-tools')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('d1fa96180ab889dfa0a75718239133785d99948de70eb1006a098f7a45e58333')
+sha256sums=('7512c450fae901f25d81cdbf2325e218d3b6595d4954b8cc34dd2bc8672df925')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"