summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-12-19 12:42:30 -0700
committergustawho2021-12-19 12:42:30 -0700
commitdc7eff21b562988d6e516783e7ad3b16b1da538a (patch)
treea9fc0c4595238eeab610a177289ae6a647b3a54b
parent065f68b5c864de26c22ddb5aca827282c3d56127 (diff)
downloadaur-dc7eff21b562988d6e516783e7ad3b16b1da538a.tar.gz
Plasma Mobile Gear 21.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67e8a1b259fe..dc273cccd96b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma-angelfish
pkgdesc = Web browser for Plasma Mobile
- pkgver = 21.08
+ pkgver = 21.12
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.08/angelfish-21.08.tar.xz
- sha256sums = d07660a06ccd2ab287e6ee7fd5882452a49290d59122598f397ca51214a4fbbf
+ source = https://download.kde.org/stable/plasma-mobile/21.12/angelfish-21.12.tar.xz
+ sha256sums = 6ac5fae80607e2aef4bfd27c00db7353ad7681b932b86defa3ff0c931e329ba7
pkgname = plasma-angelfish
diff --git a/PKGBUILD b/PKGBUILD
index 84b9e56f668b..ac5eb57b6782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=plasma-angelfish
-pkgver=21.08
+pkgver=21.12
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=('d07660a06ccd2ab287e6ee7fd5882452a49290d59122598f397ca51214a4fbbf')
+sha256sums=('6ac5fae80607e2aef4bfd27c00db7353ad7681b932b86defa3ff0c931e329ba7')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S angelfish-${pkgver}