[arch-commits] Commit in chromaprint/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Tue Apr 4 20:40:50 UTC 2017


    Date: Tuesday, April 4, 2017 @ 20:40:49
  Author: bisson
Revision: 292081

upstream update

Modified:
  chromaprint/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-04 18:00:02 UTC (rev 292080)
+++ PKGBUILD	2017-04-04 20:40:49 UTC (rev 292081)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=chromaprint
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source'
 url='https://acoustid.org/chromaprint'
@@ -10,12 +10,13 @@
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('ffmpeg')
-makedepends=('cmake')
-source=("https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('d94e171e0b3d60a8fefe6846a3c0ed3a9a939cb44a7d7113331fdbc140de6d34')
+makedepends=('cmake' 'git')
+_commit=f2ce2e7ff05cf2b0b5e473fff55f31acf07c6a92 #tag=v1.4.2
+source=("git+https://github.com/acoustid/chromaprint.git#commit=$_commit")
+sha256sums=('SKIP')
 
 build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}"
 	cmake \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_BUILD_TYPE=Release \
@@ -25,6 +26,6 @@
 }
 
 package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}"
 	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list