karchive: bump version

This commit is contained in:
Gerasim Troeglazov
2024-02-29 19:36:19 +10:00
parent 2346488d49
commit c2ac02eed2

View File

@@ -1,15 +1,15 @@
SUMMARY="Reading, creating, and manipulating file archives"
SUMMARY="Qt addon providing access to numerous types of archives"
DESCRIPTION="KArchive provides classes for easy reading, creation and \
manipulation of /"archive/" formats like ZIP and TAR.
It also provides transparent compression and decompression of data, like the \
GZip format, via a subclass of QIODevice."
HOMEPAGE="https://github.com/KDE/karchive/"
COPYRIGHT="2010-2022 KDE Organisation"
HOMEPAGE="https://invent.kde.org/frameworks/karchive/"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://github.com/KDE/karchive/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="48caeaa9ed465f90480bdb91a3686c29338e1f9e0581ed38d851619c38d5a6bc"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/karchive-${portVersion}.tar.xz"
CHECKSUM_SHA256="e89951c58beca1f9802b9a3a8b8b2beff9b534d2de433ad7947258dd27d6b475"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -45,6 +45,7 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:cmake
cmd:g++$secondaryArchSuffix
cmd:linguist$secondaryArchSuffix >= 5
cmd:make
"