summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTricia2023-11-18 01:30:46 +0000
committerTricia2023-11-18 01:30:46 +0000
commit03586606d8c547b92fefc4a4d137ca1ce98923af (patch)
tree285792225ec9c1b1d12be6dbf0e6111a66036439
parent409862ca632948ce078dd8e863db07f8ae7406e9 (diff)
downloadaur-03586606d8c547b92fefc4a4d137ca1ce98923af.tar.gz
Update to 1.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD7
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79759f98e907..771d07f486d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtas
pkgdesc = Tool-assisted speedrunning utility for Linux-native binaries
- pkgver = 1.4.4
+ pkgver = 1.4.5
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.4.tar.gz
- b2sums = 8f2e2d30ee5900aa7d25f783179f1d082f51bcbd4622e4b342f5461d6f2051845289f516ebfd29961173fcd68976c9e434d7f0db4a5e85760545ec1d14a925ca
+ source = https://github.com/clementgallet/libTAS/archive/v1.4.5.tar.gz
+ b2sums = 9a3de2850cdfefb380a2e913dc83f45d2c7b7d4d42743fddf7a07f27f2eacb7baa580d182ea8a634b436c57359f2e8cd61a5de804e6843fb3fd92c003f69509a
pkgname = libtas
diff --git a/.gitignore b/.gitignore
index 665307854be8..3b114a476be7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
*.gz
src
pkg
+libtas.*
diff --git a/PKGBUILD b/PKGBUILD
index 98acbc71e34e..c71ee16365ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
+# Maintainer: Tricia, `creyon` <gtcreyon@gmail.com>
+# Contributor: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=libtas
-pkgver=1.4.4
+pkgver=1.4.5
pkgrel=1
pkgdesc="Tool-assisted speedrunning utility for Linux-native binaries"
arch=('x86_64')
@@ -11,7 +12,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=('8f2e2d30ee5900aa7d25f783179f1d082f51bcbd4622e4b342f5461d6f2051845289f516ebfd29961173fcd68976c9e434d7f0db4a5e85760545ec1d14a925ca')
+b2sums=('9a3de2850cdfefb380a2e913dc83f45d2c7b7d4d42743fddf7a07f27f2eacb7baa580d182ea8a634b436c57359f2e8cd61a5de804e6843fb3fd92c003f69509a')
prepare() {
cd libTAS-$pkgver