summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-07-21 21:36:06 -0600
committergustawho2021-07-21 21:36:06 -0600
commita2149e12205e3fdcd9ca311d0a16aebcb89b780a (patch)
tree1141515e907e55eefdf8405fb823fd81be5ca1f4
parent2b60166bf59218fd392fe7bb5a2f55538389b09b (diff)
downloadaur-a2149e12205e3fdcd9ca311d0a16aebcb89b780a.tar.gz
Plasma Mobile Gear 21.07
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2792139cabf0..386acac6ee68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = koko
pkgdesc = Image gallery application designed for desktop and touch devices
- pkgver = 21.06
- pkgrel = 3
+ pkgver = 21.07
+ pkgrel = 1
url = https://invent.kde.org/graphics/koko
arch = x86_64
arch = i686
@@ -20,7 +20,7 @@ pkgbase = koko
depends = kquickimageeditor
depends = knotifications
depends = exiv2
- source = https://download.kde.org/stable/plasma-mobile/21.06/koko-21.06.tar.xz
- md5sums = dfdffd84fa32c638221fb8e497870a9a
+ source = https://download.kde.org/stable/plasma-mobile/21.07/koko-21.07.tar.xz
+ md5sums = 22b8096a609b3f0b5f0afd43bb9b458d
pkgname = koko
diff --git a/PKGBUILD b/PKGBUILD
index c2feee3277a1..5bc5b1656314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=koko
-pkgver=21.06
-pkgrel=3
+pkgver=21.07
+pkgrel=1
arch=(x86_64 i686 arm armv6h armv7h aarch64)
pkgdesc="Image gallery application designed for desktop and touch devices"
url="https://invent.kde.org/graphics/koko"
@@ -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=('dfdffd84fa32c638221fb8e497870a9a')
+md5sums=('22b8096a609b3f0b5f0afd43bb9b458d')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"