summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2022-02-12 11:28:20 -0700
committergustawho2022-02-12 11:28:20 -0700
commit6132244e1004e055f43811517f6fac046402833b (patch)
treec3ed0c7351775d1e0c6cd058cd55920cf1f197cc
parentfe32941e662f84cb14aaffc56ad22ce0cbecfba2 (diff)
downloadaur-6132244e1004e055f43811517f6fac046402833b.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 13d344dd0863..bbb95205217b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = koko
pkgdesc = Image gallery application designed for desktop and touch devices
- pkgver = 21.12
+ pkgver = 22.02
pkgrel = 1
url = https://invent.kde.org/graphics/koko
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = koko
depends = kquickimageeditor
depends = knotifications
depends = exiv2
- source = https://download.kde.org/stable/plasma-mobile/21.12/koko-21.12.tar.xz
- md5sums = 1a1ebc8a9a690f6fa6b8e65e3f4db954
+ source = https://download.kde.org/stable/plasma-mobile/22.02/koko-22.02.tar.xz
+ md5sums = 7a09c1247126b38dd5d1e6688998e468
pkgname = koko
diff --git a/PKGBUILD b/PKGBUILD
index 0bb068f28275..b0bcb65244b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=koko
-pkgver=21.12
+pkgver=22.02
pkgrel=1
arch=(x86_64 i686 arm armv6h armv7h aarch64)
pkgdesc="Image gallery application designed for desktop and touch devices"
@@ -10,7 +10,7 @@ license=('LGPL2.1')
depends=('kirigami2' 'kcoreaddons' 'kguiaddons' 'kconfig' 'kquickimageeditor' 'knotifications' 'exiv2')
makedepends=('extra-cmake-modules' 'qt5-svg' 'qt5-tools')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('1a1ebc8a9a690f6fa6b8e65e3f4db954')
+md5sums=('7a09c1247126b38dd5d1e6688998e468')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"