aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-06-05 21:42:34 +0200
committerLucio Sauer <watermanpaint@posteo.net>2024-06-06 11:07:23 +0200
commitc0c19bf7dd49589a9955d9904b894528e9677491 (patch)
treebd5a4fdb2de70d42acc76c9ee2b9f8837b5050b4 /app-backup
parentdev-build/just: remove mirroring restriction (diff)
downloadguru-c0c19bf7dd49589a9955d9904b894528e9677491.tar.gz
guru-c0c19bf7dd49589a9955d9904b894528e9677491.tar.bz2
guru-c0c19bf7dd49589a9955d9904b894528e9677491.zip
app-backup/timeshift-autosnap: update malformed variable in SRC_URI
Fix BetterCompressionCheck Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/timeshift-autosnap/Manifest2
-rw-r--r--app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/timeshift-autosnap/Manifest b/app-backup/timeshift-autosnap/Manifest
index 632a41ef2b..77fc67a3cf 100644
--- a/app-backup/timeshift-autosnap/Manifest
+++ b/app-backup/timeshift-autosnap/Manifest
@@ -1 +1 @@
-DIST timeshift-autosnap-0.9.tar.gz 2876 BLAKE2B 03063b1cedd18eee56681b9af10954f7c26a0dfdd08eb51ba0dc56c5b86eed1dac3024cd5b790ed2f00f30a9c09988d2c2785dad4041e931e3af2301f7159491 SHA512 15dbe97ef26954c33aa0a9dccb62a93da81b98d7194423111536d5ef7c832b8432c75b58b9edbbfaa669a333692bd71624a221928ca8e186cdf833d7ebd63c9c
+DIST timeshift-autosnap-0.9.tar.bz2 2916 BLAKE2B 7489596c3ce65bc1e5efb718118ab6a9b4913a988728c90f15403d72ff015017727a7c61691cad2f430c539f491e930dd035fdd743808caecac3d5db21b8aa7c SHA512 c24ba50ddd2f30ae375a12f485f8e61fdb628bfc4245cb9c1632b786ad4de0655b57c829451b3b093b88f5e2dcbe055131d21c9020491a7931da3b0812277700
diff --git a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
index 604b487cd1..673c91a9ad 100644
--- a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
+++ b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
@@ -7,7 +7,7 @@ inherit readme.gentoo-r1
DESCRIPTION="Automatically creates a timeshift-snapshot when executed"
HOMEPAGE="https://gitlab.com/gobonja/timeshift-autosnap"
-SRC_URI="https://gitlab.com/gobonja/timeshift-autosnap/-/archive/${PV}/{$P}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://gitlab.com/gobonja/timeshift-autosnap/-/archive/${PV}/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"