Comment
The change is a straightforward version bump in .SRCINFO from chromaprint 1.6.0 to 1.6.1 with updated checksum and dependency metadata. The source remains an HTTPS GitHub release tarball from the upstream project, there are no new build-time downloads, scripts, patches, or privilege-related artifacts introduced, and the dependency adjustments (gcc-libs -> libgcc/libstdc++) are consistent with packaging metadata changes rather than a security concern. No red flags are present in this diff alone.
@@ -1,18 +1,19 @@
pkgbase = chromaprint-fftw
pkgdesc = Library for extracting fingerprints from any audio source (uses fftw for FFT calculations instead of ffmpeg)
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://acoustid.org/chromaprint
arch = x86_64
license = GPL-2.0-or-later
makedepends = cmake
- depends = gcc-libs
- depends = glibc
depends = fftw
+ depends = glibc
+ depends = libgcc
+ depends = libstdc++
provides = chromaprint
provides = libchromaprint.so
conflicts = chromaprint
- source = https://github.com/acoustid/chromaprint/archive/v1.6.0/chromaprint-1.6.0.tar.gz
- sha256sums = 65bfce4a35b2e673dbcda917b6aa577e2f145cf805243d19e6a50fea2a520c2a
+ source = https://github.com/acoustid/chromaprint/archive/v1.6.1/chromaprint-1.6.1.tar.gz
+ sha256sums = 7065ec9db48ac1fa929ec6c42afcd966605b1bfe48b6d5e64c25378a05f4fb02
pkgname = chromaprint-fftw