summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2022-10-05 17:10:41 -0600
committergustawho2022-10-05 17:10:41 -0600
commita8de772a2f52117175c945fb85888c7f35ebba7c (patch)
tree0339ebb3b4c250eaab782552d790c918531e0700 /PKGBUILD
parentaf57379ab332f6b0ae87c8a9528714975165136f (diff)
downloadaur-krecorder.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 66ac6b8db0cf..d80f0bc9893f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=krecorder
-pkgver=22.06
+pkgver=22.09
pkgrel=1
pkgdesc="A convergent audio recording application for Plasma"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('ki18n' 'kconfig' 'qt5-multimedia' 'kirigami2')
makedepends=('qt5-svg' 'qt5-tools' 'extra-cmake-modules')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('6f907056f58dcbe4292c2b434420a2fb560eb46d02695801ef3728dfcbc70f91')
+sha256sums=('314a77eab8a14e79b93df5ee85493cbac662251e98c926a2826b70afd7e18f4d')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"