summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2022-02-12 11:26:56 -0700
committergustawho2022-02-12 11:26:56 -0700
commit24be8f946addec3fd37b476d201a3336e14b56d3 (patch)
tree2c9645ec79c814853535129f9872b838a825cc09 /PKGBUILD
parentf3b8db1d024ead0611569a87ffce96d0e0c68ebd (diff)
downloadaur-24be8f946addec3fd37b476d201a3336e14b56d3.tar.gz
Plasma Mobile Gear 22.02
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b1116b9063e..f5e4cb106bc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=alligator
-pkgver=21.12
+pkgver=22.02
pkgrel=1
pkgdesc="Kirigami-based RSS reader"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('ki18n' 'kcoreaddons' 'kconfig' 'syndication' 'kirigami2')
makedepends=('extra-cmake-modules' 'qt5-tools' 'qt5-svg')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('7c5a8d05f241c0ba774b6a8da11c0b04098ca34fd3fa62fd11b6055b56ba8e3c')
+sha256sums=('ea6e7f05746ea5c246d6ac945ca7d4a925de410d62b59c5f99f6d5cc05088b37')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"