summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Whatson2019-08-02 15:12:05 +1000
committerAndrew Whatson2019-08-02 15:12:05 +1000
commit0e9cc336bc3bc1ada9351623f6c0c3494ca6a71c (patch)
treec5d819f3892f8c87fd1ed5fa4b94f59c7d6f4d14 /PKGBUILD
parentd3d387edabe9768e8d6b839fca8a5607a9cce483 (diff)
downloadaur-0e9cc336bc3bc1ada9351623f6c0c3494ca6a71c.tar.gz
Add conflict with faudio
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1543b5d455e..0821d72ea853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_pkgname=faudio
pkgname=${_pkgname}-git
-pkgver=19.05.r13.g3dd4e04
-pkgrel=1
+pkgver=19.08.r0.g2cc0ee5
+pkgrel=2
pkgdesc="XAudio2 reimplementation"
arch=(x86_64)
url="https://github.com/FNA-XNA/FAudio/"
license=('custom:zlib')
provides=("${_pkgname}")
+conflicts=("${_pkgname}")
depends=('sdl2' 'ffmpeg')
makedepends=('git' 'cmake')
source=('git+https://github.com/FNA-XNA/FAudio'