rmlint: update to 2.10.3.

This commit is contained in:
Andrea Brancaleoni 2025-08-20 20:34:35 +02:00
parent b35d239d2a
commit 44db015257
No known key found for this signature in database

View file

@ -1,18 +1,19 @@
# Template file for 'rmlint'
pkgname=rmlint
version=2.10.2
revision=3
version=2.10.3
revision=1
build_style=scons
make_build_args="VERBOSE=1"
hostmakedepends="pkg-config python3-Sphinx python3-setuptools glib-devel"
makedepends="libblkid-devel elfutils-devel json-glib-devel"
depends="python3-cairo python3-colorlog python3-gobject python3-parsedatetime"
short_desc="Extremely fast tool to remove duplicates"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-3.0-or-later"
homepage="http://rmlint.rtfd.org/"
changelog="https://raw.githubusercontent.com/sahib/rmlint/master/CHANGELOG.md"
distfiles="https://github.com/sahib/${pkgname}/archive/v${version}.tar.gz"
checksum=0a0233ad517e0fb721f21e188a57cdee5279dd5329b38acb56d5d5312ce46388
checksum=8ffdbd5d09d15c8717ae55497e90d6fa46f085b45ac1056f2727076da180c33e
pre_build() {
make_build_args+=" --prefix=${DESTDIR}/usr"
@ -20,7 +21,7 @@ pre_build() {
pre_install() {
vbin rmlint
vman docs/rmlint.1.gz
vman docs/_build/man/rmlint.1
make_install_args="${make_build_args} --prefix=${DESTDIR}/usr -j1"
}