diff --git a/srcpkgs/ark/patches/disable-xar-test.patch b/srcpkgs/ark/patches/disable-xar-test.patch index beb04bf334a..8fd56287fd7 100644 --- a/srcpkgs/ark/patches/disable-xar-test.patch +++ b/srcpkgs/ark/patches/disable-xar-test.patch @@ -32,18 +32,17 @@ index 9178611..c1d3f13 100644 archivePath = QFINDTESTDATA("data/hello-1.0-x86_64.AppImage"); QTest::newRow("extract all entries from an AppImage with path") << archivePath -diff --git autotests/kerfuffle/loadtest.cpp autotests/kerfuffle/loadtest.cpp -index 8c5f52d..cbb47cf 100644 ---- a/autotests/kerfuffle/loadtest.cpp -+++ b/autotests/kerfuffle/loadtest.cpp -@@ -181,13 +181,6 @@ void LoadTest::testProperties_data() + +--- ark-23.08.0/autotests/kerfuffle/loadtest.cpp 2023-08-16 22:56:56.000000000 +0200 ++++ - 2023-09-11 22:52:41.215856157 +0200 +@@ -195,13 +195,6 @@ qDebug() << "lz4 executable not found in path. Skipping lz4 test."; } - + - QTest::newRow("xar archive") - << QFINDTESTDATA("data/simplearchive.xar") - << QStringLiteral("simplearchive") -- << true << false << false << false << false << 0 << Archive::Unencrypted +- << true << false << false << false << false << 0 << Archive::Unencrypted << 6 - << QStringLiteral("simplearchive") - << QString(); - diff --git a/srcpkgs/ark/template b/srcpkgs/ark/template index 484995d7655..b1f0bd7dbeb 100644 --- a/srcpkgs/ark/template +++ b/srcpkgs/ark/template @@ -1,6 +1,6 @@ # Template file for 'ark' pkgname=ark -version=23.04.2 +version=23.08.0 revision=1 build_style=cmake configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" @@ -13,7 +13,7 @@ maintainer="John " license="GPL-2.0-or-later" homepage="https://kde.org/applications/en/utilities/org.kde.ark" distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz" -checksum=de386d0a2aec6772fba51a7710e186718c75cecdf589fa3fd8d8dbd203e464ac +checksum=41fcf916a973beade18f043bbbd49bcf8329ae64fcf161e907e30d643f442526 do_check() { cd build