Package Details: m4acut 0.1.2-1

Git Clone URL: https://aur.archlinux.org/m4acut.git (read-only, click to copy)
Package Base: m4acut
Description: Losslessly & gaplessly cut m4a (AAC in MP4) files.
Upstream URL: https://github.com/nu774/m4acut
Licenses: BSD, zlib
Submitter: kevku
Maintainer: kevku
Last Packager: kevku
Votes: 3
Popularity: 0.000037
First Submitted: 2016-04-22 10:49 (UTC)
Last Updated: 2023-04-10 10:03 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

gabor_zoka commented on 2023-04-07 13:26 (UTC)

Hello kevku,

Would you consider this patch, please? It would make the source more recognizable, and less chance for name collision.

Thank you,

Gábor

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("x86_64" "i686")
 url="https://github.com/nu774/m4acut"
 license=("ZLIB" "BSD")
 depends=("l-smash")
-source=("https://github.com/nu774/m4acut/archive/v$pkgver.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nu774/m4acut/archive/v$pkgver.tar.gz")
 sha256sums=("16e4637d278113afd99823c9b34cc62263a7b008c3cd9ef934fc09672de03439")

 prepare() {