summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2022-02-12 11:31:21 -0700
committergustawho2022-02-12 11:31:21 -0700
commitc12b94d1321383a5405f34c4c5b4ad442b02651a (patch)
treea235dc042a0ec72f51a7bfcbd3dd3b8f8ba16139
parentdc7eff21b562988d6e516783e7ad3b16b1da538a (diff)
downloadaur-c12b94d1321383a5405f34c4c5b4ad442b02651a.tar.gz
Plasma Mobile Gear 22.02
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc273cccd96b..703be249fd65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma-angelfish
pkgdesc = Web browser for Plasma Mobile
- pkgver = 21.12
+ pkgver = 22.02
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/21.12/angelfish-21.12.tar.xz
- sha256sums = 6ac5fae80607e2aef4bfd27c00db7353ad7681b932b86defa3ff0c931e329ba7
+ source = https://download.kde.org/stable/plasma-mobile/22.02/angelfish-22.02.tar.xz
+ sha256sums = f78ff59100bb475ed679b2bfd7dd0298d9d631c4d9ec9abe950a58e0c3de0e6c
pkgname = plasma-angelfish
diff --git a/PKGBUILD b/PKGBUILD
index ac5eb57b6782..83458698a0d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=plasma-angelfish
-pkgver=21.12
+pkgver=22.02
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=('6ac5fae80607e2aef4bfd27c00db7353ad7681b932b86defa3ff0c931e329ba7')
+sha256sums=('f78ff59100bb475ed679b2bfd7dd0298d9d631c4d9ec9abe950a58e0c3de0e6c')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S angelfish-${pkgver}