summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2021-01-02 09:38:41 -0800
committerMike Swanson2021-01-02 09:38:41 -0800
commit12169a2bc9e5b6bba3af1d3b07580d51d2fc6923 (patch)
treea8f91fb4ef3d57ac724a9ed75ff86379f093d864
parent84b193638213c50bd8df1597752442ba86e35eee (diff)
downloadaur-12169a2bc9e5b6bba3af1d3b07580d51d2fc6923.tar.gz
Update to 1.4.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8253bc034522..08cb39dfaeb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-libtas
pkgdesc = Tool-assisted speedrunning utility for Linux-native binaries (32-bit support)
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/clementgallet/libTAS
arch = x86_64
@@ -8,10 +8,11 @@ pkgbase = lib32-libtas
depends = lib32-alsa-lib
depends = lib32-fontconfig
depends = lib32-freetype2
+ depends = lib32-libx11
depends = libtas
depends = lib32-zlib
- source = https://github.com/clementgallet/libTAS/archive/v1.4.0.tar.gz
- b2sums = 608c92b74f47e1aaaaf0a6830884f06124a10608e2587eeeafeaba506272a560ca7423f54aed9e117e58419ba35d089b1cbcf303e4b1d4d937e4d9456ec8c9af
+ source = https://github.com/clementgallet/libTAS/archive/v1.4.1.tar.gz
+ b2sums = ebfb53b25dcb4665926354bc9f465ae9ec027a8ff59cca0776f41bcdd0fe561d293bab3af915d8b68882dfbea539991b0cd5f035586a01b99bff092da335238a
pkgname = lib32-libtas
diff --git a/PKGBUILD b/PKGBUILD
index 9daed11a223e..c4106bf3f281 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=lib32-libtas
pkgdesc="Tool-assisted speedrunning utility for Linux-native binaries (32-bit support)"
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
arch=('x86_64')
url="https://github.com/clementgallet/libTAS"
license=('GPL3')
depends=('lib32-alsa-lib' 'lib32-fontconfig'
- 'lib32-freetype2' 'libtas' 'lib32-zlib')
+ 'lib32-freetype2' 'lib32-libx11' 'libtas' 'lib32-zlib')
source=("${url}/archive/v${pkgver}.tar.gz")
-b2sums=('608c92b74f47e1aaaaf0a6830884f06124a10608e2587eeeafeaba506272a560ca7423f54aed9e117e58419ba35d089b1cbcf303e4b1d4d937e4d9456ec8c9af')
+b2sums=('ebfb53b25dcb4665926354bc9f465ae9ec027a8ff59cca0776f41bcdd0fe561d293bab3af915d8b68882dfbea539991b0cd5f035586a01b99bff092da335238a')
prepare() {
cd "libTAS-$pkgver"