1
0
Fork 0
mirror of https://github.com/SinTan1729/aur-packages.git synced 2025-04-19 17:40:02 -05:00

Compare commits

..

No commits in common. "8e80aaa4167721a75df8aedcc740145941e1b90f" and "dcc2450728003ad8a8bc9f24a1c9125c1ad74a9d" have entirely different histories.

View file

@ -1,7 +1,7 @@
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
pkgname="movie-rename-bin"
_pkgname="movie-rename"
pkgver=2.3.1
pkgver=2.3.0
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=('dff31a4ea45fdca5d56b8043d2184951cf8c9b121a7466e4988d4e02790d6d4f784727eec1ca9fc9bc75ae41a7b9b2cda1a4b1db6fb4390aa93e18ba84d39954')
b2sums=('c8d33c7cf0a4a985a991cbc50337ad38a3791eaa259df2c5703f1da0af844233dfeb3082e7c2bc06b8ce292820db18f2c6561dd49adba4a422801af6c29821bb')
package() {
# binary
install -Dm755 ./$_pkgname "$pkgdir/usr/bin/$_pkgname"