From 08d3dc903439ab8d9598c90cf3e1dfaedfb8d21f Mon Sep 17 00:00:00 2001 From: John <me@johnnynator.dev> Date: Mon, 18 Oct 2021 12:44:29 +0200 Subject: [PATCH] dolphin: update to 21.08.2. --- srcpkgs/dolphin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dolphin/template b/srcpkgs/dolphin/template index 893141056ac..abce1e0d005 100644 --- a/srcpkgs/dolphin/template +++ b/srcpkgs/dolphin/template @@ -1,6 +1,6 @@ # Template file for 'dolphin' pkgname=dolphin -version=12.08.2 +version=21.08.2 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>" license="GPL-2.0-or-later, GFDL-1.2-or-later" homepage="https://kde.org/applications/en/system/org.kde.dolphin" distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz" -checksum= +checksum=4256d5077cc83f8025838b59f4dafabb16ed800bcb58761f312f6a8cdcc551a1 if [ "$CROSS_BUILD" ]; then LDFLAGS=" -Wl,-rpath-link,../bin"