summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2021-01-04 16:12:23 -0800
committerMike Swanson2021-01-04 16:12:23 -0800
commitfecd63a98d32bc7dfb2905e82470a9eb91961a70 (patch)
tree9290bcb7633003b56c79086ed7939dd957a51238 /PKGBUILD
parent1ab4f4287567074cda18016086420f253acf79ff (diff)
downloadaur-fecd63a98d32bc7dfb2905e82470a9eb91961a70.tar.gz
Add ffmpeg and sdl2 as depedencies. Thanks @Lucki
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 601571f5a7df..051bae2b9c34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lib32-libtas-git
pkgdesc="Tool-assisted speedrunning utility for Linux-native binaries (32-bit support)"
-pkgver=1.4.1.r0.a7bc36b
+pkgver=1.4.1.r9.ac432d4
pkgrel=1
epoch=1
arch=('x86_64')
url="https://github.com/clementgallet/libTAS"
license=('GPL3')
-depends=('lib32-alsa-lib' 'lib32-fontconfig'
- 'lib32-freetype2' 'lib32-libx11' 'libtas-git' 'lib32-zlib')
+depends=('lib32-alsa-lib' 'lib32-ffmpeg' 'lib32-fontconfig'
+ 'lib32-freetype2' 'lib32-libx11' 'lib32-sdl2' 'libtas-git' 'lib32-zlib')
makedepends=('git')
conflicts=('lib32-libtas')
source=("git+$url")