soundtouch: update to 2.1.1.

This commit is contained in:
prspkt 2018-11-26 21:39:03 +02:00 committed by maxice8
parent 87b63aab81
commit d122b1808d

View file

@ -1,6 +1,6 @@
# Template file for 'soundtouch'
pkgname=soundtouch
version=2.1.0
version=2.1.1
revision=1
build_style=gnu-configure
configure_args="--enable-openmp"
@ -9,12 +9,11 @@ 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"
homepage="https://www.surina.net/soundtouch"
distfiles="https://gitlab.com/${pkgname}/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=454712b08bf758f6a4c0df8821350c323e5b274443a20e21d193d17c5dc3d0d5
checksum=09311b159e15b2f5ceec953ad711922b466642a3000449f17de1874ce7a3ac8a
pre_configure() {
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
./bootstrap
}