summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74d73d9cfade..a6eacda5fb99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = 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
url = https://github.com/clementgallet/libTAS
@@ -8,9 +8,11 @@ pkgbase = lib32-libtas-git
license = GPL3
makedepends = git
depends = lib32-alsa-lib
+ depends = lib32-ffmpeg
depends = lib32-fontconfig
depends = lib32-freetype2
depends = lib32-libx11
+ depends = lib32-sdl2
depends = libtas-git
depends = lib32-zlib
conflicts = lib32-libtas
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")