summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2021-08-31 15:39:47 -0600
committergustawho2021-08-31 15:39:47 -0600
commit065f68b5c864de26c22ddb5aca827282c3d56127 (patch)
treec92be552253a6bd839974c3a0552c7d71dd3295d /PKGBUILD
parentadc9910773b964eefa3912810559e51fbea34628 (diff)
downloadaur-065f68b5c864de26c22ddb5aca827282c3d56127.tar.gz
Plasma Mobile Gear 21.08
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b71d2968b12..84b9e56f668b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=plasma-angelfish
-pkgver=21.07
+pkgver=21.08
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=('7bd4cf26197d5cb611890e65355a678adee44fb5102f538e5544a46084fedd7e')
+sha256sums=('d07660a06ccd2ab287e6ee7fd5882452a49290d59122598f397ca51214a4fbbf')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S angelfish-${pkgver}