kfilemetadata: bump version

This commit is contained in:
Gerasim Troeglazov
2024-03-02 12:54:44 +10:00
parent c006582afd
commit 4fcd8ea471

View File

@@ -3,12 +3,12 @@ DESCRIPTION="KFileMetaData provides a simple library for extracting the text \
and metadata from a number of different files. This library is typically used \
by file indexers to retreive the metadata. This library can also be used by \
applications to write metadata."
HOMEPAGE="https://github.com/KDE/kfilemetadata/"
COPYRIGHT="2010-2022 KDE Organisation"
HOMEPAGE="https://invent.kde.org/frameworks/kfilemetadata/"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://github.com/KDE/kfilemetadata/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="063e84c4ed4dcd2de44e343eedc5a4b8fd97cf5f996dc11fbdd8116463ecf145"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kfilemetadata-${portVersion}.tar.xz"
CHECKSUM_SHA256="fefd0ec7068f28f609948621d02c91ef74a0d99dd1704a93308501ab5123c90c"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -47,7 +47,7 @@ BUILD_PREREQUIRES="
cmd:g++$secondaryArchSuffix
cmd:lrelease$secondaryArchSuffix >= 5
cmd:make
cmd:python2
cmd:python3.10
"
PATCH()