soundtouch: update to 2.1.0.

This commit is contained in:
cr6git 2018-09-28 15:11:45 +02:00 committed by GitHub
parent 3dea6fd5bb
commit ce6d128e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -1,18 +1,17 @@
# Template file for 'soundtouch'
pkgname=soundtouch
version=2.0.0
version=2.1.0
revision=1
wrksrc=${pkgname}
build_style=gnu-configure
configure_args="--enable-openmp"
hostmakedepends="libtool automake pkg-config"
makedepends="libgomp-devel"
short_desc="SoundTouch Audio Processing Library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1-only"
homepage="http://www.surina.net/soundtouch"
license="LGPL-2.1"
distfiles="http://www.surina.net/soundtouch/soundtouch-${version}.tar.gz"
checksum=d224f7d1421b5f8e74a74c85741345bd9802618a40ae30ce5b427a5705c89d25
distfiles="https://gitlab.com/${pkgname}/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=454712b08bf758f6a4c0df8821350c323e5b274443a20e21d193d17c5dc3d0d5
pre_configure() {
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac