summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2022-10-05 17:14:15 -0600
committergustawho2022-10-05 17:14:15 -0600
commit5687378de9e5acd1b298a0db9724e0c93053675d (patch)
treeab8f488c48029300a8805281202a537ddbb1c162 /PKGBUILD
parentd16288a04a93a6e900fdd3e52daa9a96415df6d7 (diff)
downloadaur-plasma-dialer.tar.gz
Plasma Mobile Gear 22.09
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"