diff options
Diffstat (limited to 'extra/chromaprint/PKGBUILD')
-rw-r--r-- | extra/chromaprint/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/chromaprint/PKGBUILD b/extra/chromaprint/PKGBUILD index 63e492395..96e7b021b 100644 --- a/extra/chromaprint/PKGBUILD +++ b/extra/chromaprint/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 193966 2013-09-09 09:33:12Z bisson $ +# $Id: PKGBUILD 200281 2013-11-24 17:51:20Z bisson $ # Contributor: Wieland Hoffmann <the_mineo@web.de> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=chromaprint -pkgver=1.0 +pkgver=1.1 pkgrel=1 pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source' url='http://acoustid.org/chromaprint/' @@ -12,7 +12,7 @@ license=('LGPL') depends=('ffmpeg') makedepends=('cmake') source=("https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz") -sha1sums=('919e012af588a7e6fea862b29a30e3a5da67526a') +sha1sums=('5a250f761761d2ce08e2591b9daa909393552939') build() { cd "${srcdir}/${pkgname}-${pkgver}" |