Welcome to CRUX bug tracking.
FS#1827 - Update libsndfile Pkgfile and signature
Attached to Project:
CRUX
Opened by Wawrzyniec Niewodniczanski (wawrzek) - Monday, 02 November 2020, 21:38 GMT
Last edited by Juergen Daubert (jue) - Monday, 23 November 2020, 12:07 GMT
Opened by Wawrzyniec Niewodniczanski (wawrzek) - Monday, 02 November 2020, 21:38 GMT
Last edited by Juergen Daubert (jue) - Monday, 23 November 2020, 12:07 GMT
|
DetailsCould you please recheck signature for source file of the package. It's wrong. I think it might be related to upstream issue:
> NOTE: libsndfile-1.0.30.tar.bz2 and libsndfile-1.0.30.tar.bz2.asc files were re-uploaded due to problems with incorrect line endings. Update the hashes if necessary. Sorry for the inconvenience. I suggest following update to Pkgfile (new website and package link) # diff -u Pkgfile Pkgfile.new --- Pkgfile 2020-10-25 14:16:08.989909492 +0000 +++ Pkgfile.new2020-11-02 21:35:14.062775010 +0000 @@ -1,12 +1,12 @@ # Description: Library for manipulating sound files. -# URL: http://www.mega-nerd.com/libsndfile +# URL: http://libsndfile.github.io/libsndfile/ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: alsa-lib flac libvorbis opus python3 name=libsndfile version=1.0.30 release=1 -source=(https://github.com/erikd/libsndfile/releases/download/v$version/$name-$version.tar.bz2) +source=(https://github.com/libsndfile/libsndfile/releases/download/v$version/$name-$version.tar.bz2) build() { cd $name-$version |
This task depends upon