mirror of
https://github.com/SinTan1729/aur-packages.git
synced 2025-04-19 09:30:02 -05:00
Compare commits
2 commits
dcc2450728
...
8e80aaa416
Author | SHA1 | Date | |
---|---|---|---|
8e80aaa416 | |||
fb64a0f86a |
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
|
||||
pkgname="movie-rename-bin"
|
||||
_pkgname="movie-rename"
|
||||
pkgver=2.3.0
|
||||
pkgver=2.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="A simple tool to rename movies, written in Rust."
|
||||
arch=('x86_64')
|
||||
|
@ -9,7 +9,7 @@ url="https://github.com/SinTan1729/$_pkgname"
|
|||
license=('GPL3')
|
||||
provides=('movie-rename')
|
||||
source=("$_pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/$_pkgname.tar.gz")
|
||||
b2sums=('c8d33c7cf0a4a985a991cbc50337ad38a3791eaa259df2c5703f1da0af844233dfeb3082e7c2bc06b8ce292820db18f2c6561dd49adba4a422801af6c29821bb')
|
||||
b2sums=('dff31a4ea45fdca5d56b8043d2184951cf8c9b121a7466e4988d4e02790d6d4f784727eec1ca9fc9bc75ae41a7b9b2cda1a4b1db6fb4390aa93e18ba84d39954')
|
||||
package() {
|
||||
# binary
|
||||
install -Dm755 ./$_pkgname "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
Loading…
Reference in a new issue