summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98ca0304f883..8050d5c0992f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma-angelfish
pkgdesc = Web browser for Plasma Mobile
- pkgver = 22.06
+ pkgver = 22.09
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.06/angelfish-22.06.tar.xz
- sha256sums = 6e8c743d2e56725bc63113c857e2e647cd389129cd5b023ac964cd08f8fc3369
+ source = https://download.kde.org/stable/plasma-mobile/22.09/angelfish-22.09.tar.xz
+ sha256sums = 9db3088d1dd4c6d725eb84b0ca1cd5e54a92360623d788b9fc21a8d909b290ae
pkgname = plasma-angelfish
diff --git a/PKGBUILD b/PKGBUILD
index d949cce67d86..23894362d76b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=plasma-angelfish
-pkgver=22.06
+pkgver=22.09
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=('6e8c743d2e56725bc63113c857e2e647cd389129cd5b023ac964cd08f8fc3369')
+sha256sums=('9db3088d1dd4c6d725eb84b0ca1cd5e54a92360623d788b9fc21a8d909b290ae')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S angelfish-${pkgver}