*/*: 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

@@ -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}"