summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2022-10-05 17:14:15 -0600
committergustawho2022-10-05 17:14:15 -0600
commit5687378de9e5acd1b298a0db9724e0c93053675d (patch)
treeab8f488c48029300a8805281202a537ddbb1c162
parentd16288a04a93a6e900fdd3e52daa9a96415df6d7 (diff)
downloadaur-5687378de9e5acd1b298a0db9724e0c93053675d.tar.gz
Plasma Mobile Gear 22.09
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b97f11a133b..32de509e7e69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma-dialer
pkgdesc = Dialer for Plasma Mobile
- pkgver = 22.06
+ pkgver = 22.09
pkgrel = 1
url = https://invent.kde.org/plasma-mobile/plasma-dialer
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = plasma-dialer
depends = telepathy-qt
depends = libpulse
depends = libphonenumber
- source = https://download.kde.org/stable/plasma-mobile/22.06/plasma-dialer-22.06.tar.xz
- sha256sums = 0745babe172f394b143e9a31be80af96acc967dc6a437926b4c17d9866954b1f
+ source = https://download.kde.org/stable/plasma-mobile/22.09/plasma-dialer-22.09.tar.xz
+ sha256sums = 3a27d12290762977109290a86c6bcf21b20703e7da4e8fe31ea595c068c168f2
pkgname = plasma-dialer
diff --git a/PKGBUILD b/PKGBUILD
index e583beb9c4a6..4561b5e3ad19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=plasma-dialer
-pkgver=22.06
+pkgver=22.09
pkgrel=1
pkgdesc="Dialer for Plasma Mobile"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -11,7 +11,7 @@ depends=('kcontacts' 'kirigami2' 'ki18n' 'kconfig' 'kpeople' 'kcoreaddons' 'kdbu
'knotifications' 'libqofono-git' 'telepathy-qt' 'libpulse' 'libphonenumber')
makedepends=('extra-cmake-modules' 'qt5-svg' 'qt5-tools' 'reuse')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('0745babe172f394b143e9a31be80af96acc967dc6a437926b4c17d9866954b1f')
+sha256sums=('3a27d12290762977109290a86c6bcf21b20703e7da4e8fe31ea595c068c168f2')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"