Skip to content

Commit

Permalink
FAudio: update to 20.09
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Sep 4, 2020
1 parent 07f11df commit aec7aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-faudio/PKGBUILD
Expand Up @@ -3,7 +3,7 @@
_realname=FAudio
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=20.08
pkgver=20.09
pkgrel=1
pkgdesc="FAudio - Accuracy-focused XAudio reimplementation for open platforms (mingw-w64)"
arch=('any')
Expand All @@ -16,7 +16,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-SDL2"
makedepends=("${MINGW_PACKAGE_PREFIX}-cmake")
options=('strip' 'staticlibs')
source=(${_realname}-${pkgver}.tar.gz::"https://github.com/FNA-XNA/FAudio/archive/${pkgver}.tar.gz")
sha256sums=('5c3409fa0e532591f0ab4de1ae57d07cc345efa5cbe83ec25e9f5ba180f920f4')
sha256sums=('375d12ba57f507b95e030926fd08308029b38af883d0524583a2d5d8fe65168b')

build() {
[[ -d "${srcdir}"/build-${CARCH} ]] && rm -rf "${srcdir}"/build-${CARCH}
Expand Down

0 comments on commit aec7aab

Please sign in to comment.