summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2022-11-27 08:13:24 -0800
committerMike Swanson2022-11-27 08:13:24 -0800
commit409862ca632948ce078dd8e863db07f8ae7406e9 (patch)
tree8749b8533bc8789fc3566cf93861a008301f6e66
parent0d907a4f752ba80e2d2e2a193dbf5bc8004d5a03 (diff)
downloadaur-409862ca632948ce078dd8e863db07f8ae7406e9.tar.gz
Update to 1.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e2db6e41914..79759f98e907 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtas
pkgdesc = Tool-assisted speedrunning utility for Linux-native binaries
- pkgver = 1.4.3
+ pkgver = 1.4.4
pkgrel = 1
url = https://github.com/clementgallet/libTAS
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = libtas
depends = xcb-util-cursor
depends = zlib
optdepends = lib32-libtas: for 32-bit games support
- source = https://github.com/clementgallet/libTAS/archive/v1.4.3.tar.gz
- b2sums = 2f514b74ac4e3d915198fc88e70d495d1cf9a2f794e7a4416089d876a246d9b593278a0e4d2e7604d486b11033a4d1e7cc884dad208938d9075ffc63dc1ef11c
+ source = https://github.com/clementgallet/libTAS/archive/v1.4.4.tar.gz
+ b2sums = 8f2e2d30ee5900aa7d25f783179f1d082f51bcbd4622e4b342f5461d6f2051845289f516ebfd29961173fcd68976c9e434d7f0db4a5e85760545ec1d14a925ca
pkgname = libtas
diff --git a/PKGBUILD b/PKGBUILD
index 875bcc11ebcd..98acbc71e34e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=libtas
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc="Tool-assisted speedrunning utility for Linux-native binaries"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('alsa-lib' 'ffmpeg' 'fontconfig' 'freetype2' 'hicolor-icon-theme'
'lua' 'qt5-base' 'sdl2' 'xcb-util-cursor' 'zlib')
optdepends=('lib32-libtas: for 32-bit games support')
source=("${url}/archive/v${pkgver}.tar.gz")
-b2sums=('2f514b74ac4e3d915198fc88e70d495d1cf9a2f794e7a4416089d876a246d9b593278a0e4d2e7604d486b11033a4d1e7cc884dad208938d9075ffc63dc1ef11c')
+b2sums=('8f2e2d30ee5900aa7d25f783179f1d082f51bcbd4622e4b342f5461d6f2051845289f516ebfd29961173fcd68976c9e434d7f0db4a5e85760545ec1d14a925ca')
prepare() {
cd libTAS-$pkgver