summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Whatson2019-08-02 15:11:16 +1000
committerAndrew Whatson2019-08-02 15:11:16 +1000
commit24f6ebdae85241fc370be6c9e9e60052cf235bb6 (patch)
tree68a6ea326558200bcf426f7ead281009c29e4ba5 /PKGBUILD
parent873eaec29b394b561d9ce3e7de9bcafb701b19f5 (diff)
downloadaur-24f6ebdae85241fc370be6c9e9e60052cf235bb6.tar.gz
Add conflict with lib32-faudio
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a648f47dfbae..51b1d3e46b07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ _pkgbase=faudio
_pkgname=lib32-${_pkgbase}
pkgname=${_pkgname}-git
pkgver=19.08.r0.g2cc0ee5
-pkgrel=2
+pkgrel=3
pkgdesc="XAudio2 reimplementation"
arch=(x86_64)
url="https://github.com/FNA-XNA/FAudio/"
license=('custom:zlib')
provides=("${_pkgname}")
+conflicts=("${_pkgname}")
depends=("${_pkgbase}" 'lib32-sdl2' 'lib32-ffmpeg')
makedepends=('git' 'cmake')
source=('git+https://github.com/FNA-XNA/FAudio'