commit: c0c19bf7dd49589a9955d9904b894528e9677491 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Wed Jun 5 19:42:34 2024 +0000 Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> CommitDate: Thu Jun 6 09:07:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0c19bf7
app-backup/timeshift-autosnap: update malformed variable in SRC_URI Fix BetterCompressionCheck Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> app-backup/timeshift-autosnap/Manifest | 2 +- app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/timeshift-autosnap/Manifest b/app-backup/timeshift-autosnap/Manifest index 632a41ef2..77fc67a3c 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 604b487cd..673c91a9a 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"