*/*: fix BetterCompressionCheck

pkgcheck scan -c BetterCompressionCheck -R FormatReporter --format \
'{category}/{package}/{package}-{version}.ebuild' | xargs sed -i \
'/https:\/\/gitlab/s/tar.gz/tar.bz2/g'

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-06-05 21:50:56 +02:00
parent c0c19bf7dd
commit b2232f0b3b
32 changed files with 35 additions and 35 deletions

View File

@@ -1 +1 @@
DIST tools-v0.6.8.tar.gz 31958 BLAKE2B 6769f5831b73cf2d503c89d260f4c2aeadd52bbcc3dc372be269a6f8f4c5c1d205b7a764cd79f88cb5ba80a8e88e97b58f97257109e3a4a701eed26fb1c0514a SHA512 1d156641e3457624fc24e813eecd376f16b5537b56ad9ab3df36d94a3658d905d09ec2481bc0cf29e5ef1141c363f34c691295c2a70c982648713365d17fb1be
DIST tools-v0.6.8.tar.bz2 29737 BLAKE2B 993fcba453dc937cb60e5568bd406adaaa7f81d7887aeecef1aaca3deda105d419f58ef459927aac5d4dbca17f168f38c25488ce084b65a67ce17e666f5d45ac SHA512 198d87d4f80e37e44c6ae74ed2d1f6b253575123bbd6fd0fde1743dfb89caa883d3d57b1de3185363c434369a8b871b04ffb885f55a70715b66b748eca8c1d0f

View File

@@ -7,7 +7,7 @@ inherit cmake systemd
DESCRIPTION="A minimal composable infrastructure on top of libudev and libevdev"
HOMEPAGE="https://gitlab.com/interception/linux/tools"
SRC_URI="https://gitlab.com/interception/linux/tools/-/archive/v${PV}/tools-v${PV}.tar.gz"
SRC_URI="https://gitlab.com/interception/linux/tools/-/archive/v${PV}/tools-v${PV}.tar.bz2"
S="${WORKDIR}/tools-v${PV}"