mirror of
https://github.com/SinTan1729/aur-packages.git
synced 2024-12-25 23:58:36 -06:00
Fixed typo in manpage
This commit is contained in:
parent
517599e4f9
commit
3e87ffc82f
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
|
||||
pkgname="movie_rename"
|
||||
pkgver=1.1.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A simple tool to rename movies, written in Rust."
|
||||
arch=('x86_64')
|
||||
url='https://github.com/SinTan1729/movie_rename'
|
||||
license=('GPL3')
|
||||
provides=('movie_rename')
|
||||
source=("pkg.tar.gz::$url/releases/download/$pkgver/movie_rename.tar.gz")
|
||||
b2sums=('51b5fabadf90520f0fbacdd1521a754c34251495b9bec9ae466d7ba1fbabf3ab8c4dc8ed2e3a98727e4b20be1db3a6370dfda1485b6acfbd935896ffe62826d3')
|
||||
b2sums=('45a1df5610effb18bc9d6cd7f180a4854f47360f99f8d63c210325e909655f83367576342baca432b4689f7cf81afb1a349d0bd78cd08a8d44565a709a5dfd56')
|
||||
package() {
|
||||
# binary
|
||||
install -Dm755 ./movie_rename "$pkgdir/usr/local/bin/movie_rename"
|
||||
|
|
Loading…
Reference in a new issue