mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -06:00
Bumped movie-rename version to 2.3.0
This commit is contained in:
parent
53b130ea20
commit
bf6fe914e0
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
|
||||
name="movie-rename"
|
||||
version=2.2.2
|
||||
version=2.3.0
|
||||
release=1
|
||||
desc="A simple tool to rename movies, written in Rust."
|
||||
architectures=('amd64')
|
||||
|
@ -8,10 +8,14 @@ homepage='https://github.com/SinTan1729/movie_rename'
|
|||
license=('GPL3')
|
||||
provides=('movie-rename')
|
||||
sources_amd64=("${homepage}/releases/download/${version}/${name}.tar.gz")
|
||||
checksums_amd64=('756a57f86ea200c5961f01966d11e799a09c60ab57c367c086370a57875c9ace')
|
||||
checksums_amd64=('d44a9ba42884f24bf4b67780c404c2647167802b44b3b8988400ef0b53da1cf0')
|
||||
package() {
|
||||
# Binary
|
||||
install-binary "./${name}"
|
||||
# Manpage
|
||||
install-manual "./${name}.1"
|
||||
# Completions
|
||||
install-completion bash "./${name}.bash"
|
||||
install-completion fish "./${name}.fish"
|
||||
install-completion zsh "./$_{name}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue