mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -06:00
Fixed typo in manpage
This commit is contained in:
parent
87a8f4b9ba
commit
5cfd4f0ec9
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
|
||||
name="movie_rename"
|
||||
version=1.1.2
|
||||
release=1
|
||||
release=2
|
||||
desc="A simple tool to rename movies, written in Rust."
|
||||
architectures=('amd64')
|
||||
homepage='https://github.com/SinTan1729/movie_rename'
|
||||
license=('GPL3')
|
||||
provides=('movie_rename')
|
||||
sources=("${homepage}/releases/download/${version}/${name}.tar.gz")
|
||||
checksums=('2a95ce06853123b44fb0386c82d41cd8b7248ff2480021f492b6c0bae6d01a71')
|
||||
checksums=('a36d52180e26514c736e89e1d267d17b672058829d09b70d6fcb2338a916da9b')
|
||||
package() {
|
||||
# Binary
|
||||
install -Dm755 ./${name} "${pkgdir}/usr/local/bin/${name}"
|
||||
|
|
Loading…
Reference in a new issue