Skip to content

Commit

Permalink
app-misc/proctl: rename source to ${P}.gh.tar.gz
Browse files Browse the repository at this point in the history
Fix variable order

Signed-off-by: Lucio Sauer <[email protected]>
  • Loading branch information
antecrescent committed Jul 3, 2024
1 parent 00a3517 commit 7fa7d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-misc/proctl/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST v1.5.tar.gz 14285 BLAKE2B 10202f412f930f005ddf68c500079fa8b36f6903b93c3ae87c97a298524d1b8fe0e0f6817bc5c66e1b413ea742544f60bb91e184b55d5f70ef1409be913e0da5 SHA512 578ce2baa379a4379e9c2ebca58001992f716f7660cdb6710e97f7a4d6be06598a176887aec864bf4b15bd88f7d6eaa829ce3f0ca6daf7d9c964419068460aa1
DIST proctl-1.5.gh.tar.gz 14285 BLAKE2B 10202f412f930f005ddf68c500079fa8b36f6903b93c3ae87c97a298524d1b8fe0e0f6817bc5c66e1b413ea742544f60bb91e184b55d5f70ef1409be913e0da5 SHA512 578ce2baa379a4379e9c2ebca58001992f716f7660cdb6710e97f7a4d6be06598a176887aec864bf4b15bd88f7d6eaa829ce3f0ca6daf7d9c964419068460aa1
3 changes: 1 addition & 2 deletions app-misc/proctl/proctl-1.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ EAPI=8

inherit meson

SRC_URI="https://github.com/kernaltrap8/${PN}/archive/refs/tags/v${PV}.tar.gz"

DESCRIPTION="small C program that can control processes"
HOMEPAGE="https://github.com/kernaltrap8/proctl"
SRC_URI="https://github.com/kernaltrap8/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="GPL-3"
SLOT="0"
Expand Down

0 comments on commit 7fa7d01

Please sign in to comment.