summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2020-03-13 16:51:04 +1300
committerVaporeon2020-03-13 16:51:04 +1300
commit4a6da842d7fb107dedc36a157e9c7b57e9b38eb8 (patch)
tree5214f72a765ecf319485f352e5130bfadc058b76
parent8ea252475b7accfe4b2968675255650be2365384 (diff)
downloadaur-4a6da842d7fb107dedc36a157e9c7b57e9b38eb8.tar.gz
add dep for sound playback in the editor
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9cf7d8b392ab..563a61f38cdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Vaporeon <vaporeon@vaporeon.io>
pkgname=invader-git
-pkgver=0.29.0.r1948.d16b148
+pkgver=0.29.0.r2030.99bc952
pkgrel=1
pkgdesc="Open source modding toolkit for Halo Combat Evolved on the PC"
-depends=('libtiff' 'libarchive' 'flac' 'freetype2' 'libsamplerate' 'libvorbis' 'qt5-base' 'zlib' 'zstd')
+depends=('libtiff' 'libarchive' 'flac' 'freetype2' 'libsamplerate' 'libvorbis' 'qt5-base' 'qt5-multimedia' 'zlib' 'zstd')
makedepends=('cmake' 'git' 'python')
arch=('i686' 'x86_64')
url="https://invader.opencarnage.net"