mirror of
https://github.com/SinTan1729/aur-packages.git
synced 2024-12-26 08:08:36 -06:00
Make sure srcnames are unique
This commit is contained in:
parent
8608982b6b
commit
82854b58d2
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname="knock-bin"
|
pkgname="knock-bin"
|
||||||
_pkgname="knock"
|
_pkgname="knock"
|
||||||
pkgver=1.3.1
|
pkgver=1.3.1
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc="Convert ACSM files to PDF/EPUBs with one command on Linux"
|
pkgdesc="Convert ACSM files to PDF/EPUBs with one command on Linux"
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url="https://web.archive.org/web/20221020182238mp_/https://github.com/BentonEdmondson/knock"
|
url="https://web.archive.org/web/20221020182238mp_/https://github.com/BentonEdmondson/knock"
|
||||||
|
@ -12,5 +12,5 @@ source_aarch64=("knock_aarch64-$pkgver::$url/releases/download/$pkgver/$_pkgname
|
||||||
b2sums_x86_64=('ec0e7c0041cdec2a6bc7bdb3fec54eaaa55ed36212480494969b64b26570bf12a446d7949f9015d47d34cb01a59ede52030ea095bfd33d80668466eae8688885')
|
b2sums_x86_64=('ec0e7c0041cdec2a6bc7bdb3fec54eaaa55ed36212480494969b64b26570bf12a446d7949f9015d47d34cb01a59ede52030ea095bfd33d80668466eae8688885')
|
||||||
b2sums_aarch64=('5651be570955f2803e5badaca65c440e1d037e01b4e3dd9a69619126e4adaddda3921a09091b888006c45a7125b749b32895f0a8d7bf51c8af1d9fa3e7c9f18a')
|
b2sums_aarch64=('5651be570955f2803e5badaca65c440e1d037e01b4e3dd9a69619126e4adaddda3921a09091b888006c45a7125b749b32895f0a8d7bf51c8af1d9fa3e7c9f18a')
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 ./knock "$pkgdir/usr/local/bin/knock"
|
install -Dm755 ./knock_$CARCH-$pkgver "$pkgdir/usr/local/bin/knock"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
pkgname="movie-rename-bin"
|
pkgname="movie-rename-bin"
|
||||||
_pkgname="movie-rename"
|
_pkgname="movie-rename"
|
||||||
pkgver=1.2.4
|
pkgver=1.2.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A simple tool to rename movies, written in Rust."
|
pkgdesc="A simple tool to rename movies, written in Rust."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/SinTan1729/$_pkgname"
|
url="https://github.com/SinTan1729/$_pkgname"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
provides=('movie-rename')
|
provides=('movie-rename')
|
||||||
source=("pkg.tar.gz::$url/releases/download/$pkgver/$_pkgname.tar.gz")
|
source=("$_pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/$_pkgname.tar.gz")
|
||||||
b2sums=('01115fe99c6c2a64807062f473c6c400f9a9bbcc18fac5ec4dfc0c4eacdf46c5878f64f5efc0474a8bdd7a18edb0e3b728a281e8d0f7e356d5d4ba9b43772fd8')
|
b2sums=('01115fe99c6c2a64807062f473c6c400f9a9bbcc18fac5ec4dfc0c4eacdf46c5878f64f5efc0474a8bdd7a18edb0e3b728a281e8d0f7e356d5d4ba9b43772fd8')
|
||||||
package() {
|
package() {
|
||||||
# binary
|
# binary
|
||||||
|
|
Loading…
Reference in a new issue