mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -06:00
Bumped movie-rename version to 2.1.4
This commit is contained in:
parent
f645b94244
commit
cd5fcbe8c2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
|
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
|
||||||
name="movie-rename"
|
name="movie-rename"
|
||||||
version=2.1.3
|
version=2.1.4
|
||||||
release=1
|
release=1
|
||||||
desc="A simple tool to rename movies, written in Rust."
|
desc="A simple tool to rename movies, written in Rust."
|
||||||
architectures=('amd64')
|
architectures=('amd64')
|
||||||
|
@ -8,7 +8,7 @@ homepage='https://github.com/SinTan1729/movie_rename'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
provides=('movie-rename')
|
provides=('movie-rename')
|
||||||
sources_amd64=("${homepage}/releases/download/${version}/${name}.tar.gz")
|
sources_amd64=("${homepage}/releases/download/${version}/${name}.tar.gz")
|
||||||
checksums_amd64=('645bb6ff5c6235edd7347d7a144e8efe62af1e99cba1e9376f620765ebac6b81')
|
checksums_amd64=('6f93c6e442afe6a64e8cf6c641e1a20174f6aebd9a557f39ae13d1c41e4a6f6a')
|
||||||
package() {
|
package() {
|
||||||
# Binary
|
# Binary
|
||||||
install -Dm755 ./${name} "${pkgdir}/usr/local/bin/${name}"
|
install -Dm755 ./${name} "${pkgdir}/usr/local/bin/${name}"
|
||||||
|
|
Loading…
Reference in a new issue