rmlint: update to 2.10.1.
This commit is contained in:
parent
82ee439300
commit
ff15cefdb9
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'rmlint'
|
# Template file for 'rmlint'
|
||||||
pkgname=rmlint
|
pkgname=rmlint
|
||||||
version=2.9.0
|
version=2.10.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=scons
|
build_style=scons
|
||||||
hostmakedepends="pkg-config python3-Sphinx glib-devel"
|
hostmakedepends="pkg-config python3-Sphinx glib-devel"
|
||||||
makedepends="libblkid-devel elfutils-devel json-glib-devel"
|
makedepends="libblkid-devel elfutils-devel json-glib-devel"
|
||||||
pycompile_module="shredder"
|
|
||||||
short_desc="Extremely fast tool to remove duplicates"
|
short_desc="Extremely fast tool to remove duplicates"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://rmlint.rtfd.org/"
|
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"
|
distfiles="https://github.com/sahib/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=a2d26863e0018efad60f0b1123e7cffd8ef764c8fb574a7987a49260e4e51c8f
|
checksum=10e72ba4dd9672d1b6519c0c94eae647c5069c7d11f1409a46e7011dd0c6b883
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
scons install --prefix=${DESTDIR}/usr
|
scons install --prefix=${DESTDIR}/usr
|
||||||
|
|
Loading…
Reference in New Issue