summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2022-10-05 17:10:25 -0600
committergustawho2022-10-05 17:10:25 -0600
commitccba48189c09acb7a9b7f088724086fab15b3950 (patch)
tree95d01d6dbd74df4ad16e2ee4dcc69c9c78f37c9a
parent02185e1341b5a73067c31a74d529ad525057ed98 (diff)
downloadaur-ccba48189c09acb7a9b7f088724086fab15b3950.tar.gz
Plasma Mobile Gear 22.09
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcc98697bfa7..bf0ab76f3665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = koko
pkgdesc = Image gallery application designed for desktop and touch devices
- pkgver = 22.06
+ pkgver = 22.09
pkgrel = 1
url = https://invent.kde.org/graphics/koko
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = koko
depends = kio
depends = kdbusaddons
depends = qt5-location
- source = https://download.kde.org/stable/plasma-mobile/22.06/koko-22.06.tar.xz
- md5sums = 10c5c263ac723bc0b37c18c0a706ba3f
+ source = https://download.kde.org/stable/plasma-mobile/22.09/koko-22.09.tar.xz
+ md5sums = 22703ff59ffe25f668677551750d749d
pkgname = koko
diff --git a/PKGBUILD b/PKGBUILD
index 4e4eee4f9d2b..e68b22f27fe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=koko
-pkgver=22.06
+pkgver=22.09
pkgrel=1
arch=(x86_64 i686 arm armv6h armv7h aarch64)
pkgdesc="Image gallery application designed for desktop and touch devices"
@@ -11,7 +11,7 @@ depends=('kirigami2' 'kcoreaddons' 'kguiaddons' 'kconfig' 'kquickimageeditor' 'k
'exiv2' 'kdeclarative' 'kfilemetadata' 'ki18n' 'kio' 'kdbusaddons' 'qt5-location')
makedepends=('extra-cmake-modules' 'qt5-svg' 'qt5-tools')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('10c5c263ac723bc0b37c18c0a706ba3f')
+md5sums=('22703ff59ffe25f668677551750d749d')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"