From a63a20237ea5aea7d4bbb3f5b0cc86a464d357d4 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 18 Sep 2021 09:56:47 +0530 Subject: [PATCH] soundtouch: Update to 2.3.0 --- mingw-w64-soundtouch/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-soundtouch/PKGBUILD b/mingw-w64-soundtouch/PKGBUILD index 9e6fd7a2e1..b83632fd87 100644 --- a/mingw-w64-soundtouch/PKGBUILD +++ b/mingw-w64-soundtouch/PKGBUILD @@ -3,20 +3,20 @@ _realname=soundtouch pkgbase="mingw-w64-${_realname}" pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=2.2 +pkgver=2.3.0 pkgrel=1 pkgdesc="An audio processing library (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.surina.net/soundtouch/" license=("LGPL") -makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") +makedepends=() depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") options=('strip' 'staticlibs') source=(https://gitlab.com/soundtouch/soundtouch/-/archive/${pkgver}/${_realname}-${pkgver}.tar.gz 0001-no-undefined-on.mingw.patch 0003-fix-docdir.mingw.patch) -sha256sums=('525478c745a51dadaf7adb8e5386ec1f903d47196fab5947dc37414344684560' +sha256sums=('b0f38497c72bb545d5d5c505243c5daa3598567641d25728d015b27678a68ad8' '68d545eedd45afa26723aa2e3d7a447d179c78566308b29fa9d1c6a71476f50d' '2cd136046831f3ad9a2e37c0afe3ecd9f25ce27f5dbf4ee8b23b862a96e76cd5')