summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2022-04-08 11:10:12 -0700
committerMike Swanson2022-04-08 11:10:12 -0700
commita9d5f1671e520402d2e6f976952c89b8cefd6f4c (patch)
tree16fa64b91fde43d44448dcc7846264f4233c7c12
parent521b2570a8261f6156bcd3ae1fe58a1ab350dcdf (diff)
downloadaur-a9d5f1671e520402d2e6f976952c89b8cefd6f4c.tar.gz
Update to 1.4.3
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30c5fd0ae034..875bcc11ebcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=libtas
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Tool-assisted speedrunning utility for Linux-native binaries"
arch=('x86_64')
url="https://github.com/clementgallet/libTAS"
license=('GPL3')
depends=('alsa-lib' 'ffmpeg' 'fontconfig' 'freetype2' 'hicolor-icon-theme'
- 'lua53' 'qt5-base' 'sdl2' 'xcb-util-cursor' 'zlib')
+ 'lua' 'qt5-base' 'sdl2' 'xcb-util-cursor' 'zlib')
optdepends=('lib32-libtas: for 32-bit games support')
source=("${url}/archive/v${pkgver}.tar.gz")
-b2sums=('f006f2f3c41daae68dd1802ba7ff0ebe25500cb08a96a6c222ca5322c55c5a5e551be73ea5c8a190bdd3fd122ba03e9873b5afbd228b117d170053880c6d123a')
+b2sums=('2f514b74ac4e3d915198fc88e70d495d1cf9a2f794e7a4416089d876a246d9b593278a0e4d2e7604d486b11033a4d1e7cc884dad208938d9075ffc63dc1ef11c')
prepare() {
cd libTAS-$pkgver