summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-12-19 12:42:52 -0700
committergustawho2021-12-19 12:42:52 -0700
commit99138e9f04e8edef315412702da373bf8257f82b (patch)
tree553b0317eb455acd2cbe3adffd98900a1efd9cf9
parentd93c47080b492b60523c589d7e876255c45a21ae (diff)
downloadaur-99138e9f04e8edef315412702da373bf8257f82b.tar.gz
Plasma Mobile Gear 21.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6af146b1de70..a32a31919d6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma-phonebook
pkgdesc = Phone book for Plasma Mobile
- pkgver = 21.08
+ pkgver = 21.12
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.08/plasma-phonebook-21.08.tar.xz
- sha256sums = 7512c450fae901f25d81cdbf2325e218d3b6595d4954b8cc34dd2bc8672df925
+ source = https://download.kde.org/stable/plasma-mobile/21.12/plasma-phonebook-21.12.tar.xz
+ sha256sums = 5811f7d20ef770eefc16046eb4861eecb9546ed3ff06a54572b92f6d328607e2
pkgname = plasma-phonebook
diff --git a/PKGBUILD b/PKGBUILD
index 4eb00a0110a1..cd131ce347ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=plasma-phonebook
-pkgver=21.08
+pkgver=21.12
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=('7512c450fae901f25d81cdbf2325e218d3b6595d4954b8cc34dd2bc8672df925')
+sha256sums=('5811f7d20ef770eefc16046eb4861eecb9546ed3ff06a54572b92f6d328607e2')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"