forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to extra-i686, extra-x86_64
git-svn-id: file:///srv/repos/svn-packages/svn@282887 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
bisson
committed
Dec 6, 2016
1 parent
8db6821
commit 7d89692
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Maintainer: Gaetan Bisson <[email protected]> | ||
|
||
pkgname=chromaprint | ||
pkgver=1.3.2 | ||
pkgver=1.4 | ||
pkgrel=1 | ||
pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source' | ||
url='https://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=('29e86490f14c5d50f8720974b814340f9846f71f') | ||
sha1sums=('1f512fdd01a6e0f9e534ad65493c75c4a1432813') | ||
|
||
build() { | ||
cd "${srcdir}/${pkgname}-${pkgver}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Maintainer: Gaetan Bisson <[email protected]> | ||
|
||
pkgname=chromaprint | ||
pkgver=1.3.2 | ||
pkgver=1.4 | ||
pkgrel=1 | ||
pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source' | ||
url='https://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=('29e86490f14c5d50f8720974b814340f9846f71f') | ||
sha1sums=('1f512fdd01a6e0f9e534ad65493c75c4a1432813') | ||
|
||
build() { | ||
cd "${srcdir}/${pkgname}-${pkgver}" | ||
|