summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2021-12-19 12:41:58 -0700
committergustawho2021-12-19 12:41:58 -0700
commitfe32941e662f84cb14aaffc56ad22ce0cbecfba2 (patch)
tree1e3ef5c6beab4d814f77d3d36cfda6c226c83b39 /PKGBUILD
parent4cc6d168f4a19a87432bc85649995c2b3926e506 (diff)
downloadaur-fe32941e662f84cb14aaffc56ad22ce0cbecfba2.tar.gz
Plasma Mobile Gear 21.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3d7fd219d81..0bb068f28275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=koko
-pkgver=21.08
+pkgver=21.12
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=('05835c98fc4c24f5e5361ed1d2a50830')
+md5sums=('1a1ebc8a9a690f6fa6b8e65e3f4db954')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"