summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2021-06-10 12:07:36 -0600
committergustawho2021-06-10 12:07:36 -0600
commitcc77e61f2f388706a195efef813daf545021d944 (patch)
tree252a13bcf348aa94d9404c497a60112e93856282 /PKGBUILD
parenteffcc643d07eec5379885705485d3c01c27ca420 (diff)
downloadaur-cc77e61f2f388706a195efef813daf545021d944.tar.gz
Plasma Mobile Gear 21.06
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c4dc5306877..e42b98f8c71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=koko
pkgver=21.06
-pkgrel=1
+pkgrel=2
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' 'knotifications' 'exiv2')
makedepends=('extra-cmake-modules' 'qt5-svg' 'qt5-tools')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('4d1b7b49b3ac5466c2070adcddebcc9f')
+md5sums=('dfdffd84fa32c638221fb8e497870a9a')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"