summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2022-04-08 11:11:17 -0700
committerMike Swanson2022-04-08 11:11:17 -0700
commit72c58562d8729e823ebd72343d2d0522db74bf38 (patch)
tree8fa21344243158170afcf42b5a38d271e2aac054
parent83e6b92a4109071023b535d8b44903d38b81ff61 (diff)
downloadaur-72c58562d8729e823ebd72343d2d0522db74bf38.tar.gz
Update to 1.4.3
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e87cbebb457..163300cbff49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lib32-libtas
pkgdesc="Tool-assisted speedrunning utility for Linux-native binaries (32-bit support)"
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
arch=('x86_64')
url="https://github.com/clementgallet/libTAS"
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('lib32-alsa-lib' 'lib32-ffmpeg' 'lib32-fontconfig'
'lib32-freetype2' 'lib32-libx11' 'lib32-sdl2' 'libtas' 'lib32-zlib')
source=("${url}/archive/v${pkgver}.tar.gz")
-b2sums=('f006f2f3c41daae68dd1802ba7ff0ebe25500cb08a96a6c222ca5322c55c5a5e551be73ea5c8a190bdd3fd122ba03e9873b5afbd228b117d170053880c6d123a')
+b2sums=('2f514b74ac4e3d915198fc88e70d495d1cf9a2f794e7a4416089d876a246d9b593278a0e4d2e7604d486b11033a4d1e7cc884dad208938d9075ffc63dc1ef11c')
prepare() {
cd "libTAS-$pkgver"