summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2022-07-01 22:36:19 -0600
committergustawho2022-07-01 22:36:19 -0600
commit6364aba745ff4f40b7c9d019dff20e640cc192f3 (patch)
treeb0e4073f27d8b638036f348a75c4c683c3ff2553
parentc12b94d1321383a5405f34c4c5b4ad442b02651a (diff)
downloadaur-6364aba745ff4f40b7c9d019dff20e640cc192f3.tar.gz
Plasma Mobile Gear 22.06
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 703be249fd65..98ca0304f883 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma-angelfish
pkgdesc = Web browser for Plasma Mobile
- pkgver = 22.02
+ pkgver = 22.06
pkgrel = 1
url = https://invent.kde.org/plasma-mobile/angelfish
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = plasma-angelfish
depends = kdbusaddons
depends = kwindowsystem
depends = knotifications
- source = https://download.kde.org/stable/plasma-mobile/22.02/angelfish-22.02.tar.xz
- sha256sums = f78ff59100bb475ed679b2bfd7dd0298d9d631c4d9ec9abe950a58e0c3de0e6c
+ source = https://download.kde.org/stable/plasma-mobile/22.06/angelfish-22.06.tar.xz
+ sha256sums = 6e8c743d2e56725bc63113c857e2e647cd389129cd5b023ac964cd08f8fc3369
pkgname = plasma-angelfish
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}