Date: Wednesday, April 29, 2020 @ 05:34:00 Author: bisson Revision: 381812
upstream update Modified: chromaprint/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-29 01:59:51 UTC (rev 381811) +++ PKGBUILD 2020-04-29 05:34:00 UTC (rev 381812) @@ -2,8 +2,8 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=chromaprint -pkgver=1.4.3 -pkgrel=2 +pkgver=1.5.0 +pkgrel=1 pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source' url='https://acoustid.org/chromaprint' arch=('x86_64') @@ -11,7 +11,7 @@ depends=('ffmpeg') makedepends=('cmake' 'git') source=("https://github.com/acoustid/chromaprint/releases/download/v${pkgver}/chromaprint-${pkgver}.tar.gz") -sha256sums=('ea18608b76fb88e0203b7d3e1833fb125ce9bb61efe22c6e169a50c52c457f82') +sha256sums=('573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a') #_commit=f2ce2e7ff05cf2b0b5e473fff55f31acf07c6a92 #tag=v1.4.2 #source=("git+https://github.com/acoustid/chromaprint.git#commit=$_commit")
