summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2022-07-01 22:36:19 -0600
committergustawho2022-07-01 22:36:19 -0600
commit6364aba745ff4f40b7c9d019dff20e640cc192f3 (patch)
treeb0e4073f27d8b638036f348a75c4c683c3ff2553 /PKGBUILD
parentc12b94d1321383a5405f34c4c5b4ad442b02651a (diff)
downloadaur-6364aba745ff4f40b7c9d019dff20e640cc192f3.tar.gz
Plasma Mobile Gear 22.06
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83458698a0d4..d949cce67d86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=plasma-angelfish
-pkgver=22.02
+pkgver=22.06
pkgrel=1
pkgdesc="Web browser for Plasma Mobile"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -11,7 +11,7 @@ depends=('qt5-webengine' 'qt5-feedback' 'purpose' 'kirigami2' 'ki18n' 'kconfig'
'kcoreaddons' 'kdbusaddons' 'kwindowsystem' 'knotifications')
makedepends=('extra-cmake-modules' 'corrosion-git' 'qt5-svg' 'qt5-tools')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/angelfish-${pkgver}.tar.xz")
-sha256sums=('f78ff59100bb475ed679b2bfd7dd0298d9d631c4d9ec9abe950a58e0c3de0e6c')
+sha256sums=('6e8c743d2e56725bc63113c857e2e647cd389129cd5b023ac964cd08f8fc3369')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S angelfish-${pkgver}