Package Details: libhdcd 1.4-2

Git Clone URL: https://aur.archlinux.org/libhdcd.git (read-only, click to copy)
Package Base: libhdcd
Description: An HDCD decoder library
Upstream URL: https://github.com/bp0/libhdcd
Licenses: BSD, MIT, Apache
Submitter: Marcouney
Maintainer: Marcouney
Last Packager: Marcouney
Votes: 1
Popularity: 0.000000
First Submitted: 2018-08-01 19:05 (UTC)
Last Updated: 2020-04-02 14:23 (UTC)

Latest Comments

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

Hello Marcouney,

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
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
 url="https://github.com/bp0/$pkgname"
 license=('BSD' 'MIT' 'Apache')
 makedepends=('autoconf' 'make')
-source=("$url/archive/v$pkgver.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
 sha512sums=('21aa3a4f1abb417af228e320a504675d3af0a61ce287ec89601b51abb28dd2e3fc855849e36bd882ebf8b60c024fab481362e9ba4fdf73c6e0ef33995751b25d')

 build() {