summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2020-06-22 10:26:40 -0700
committerMike Swanson2020-06-22 10:26:40 -0700
commit84b193638213c50bd8df1597752442ba86e35eee (patch)
treebf1c93e3d7a7ab552ec596bfab379b721a8c274f
parent54adaee4c581f92147a26f44b7dabc17139bcf55 (diff)
downloadaur-84b193638213c50bd8df1597752442ba86e35eee.tar.gz
Update to 1.4.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffe53f9476cc..8253bc034522 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = lib32-libtas
pkgdesc = Tool-assisted speedrunning utility for Linux-native binaries (32-bit support)
- pkgver = 1.3.5
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/clementgallet/libTAS
arch = x86_64
license = GPL3
depends = lib32-alsa-lib
- depends = lib32-ffmpeg
depends = lib32-fontconfig
depends = lib32-freetype2
depends = libtas
depends = lib32-zlib
- source = https://github.com/clementgallet/libTAS/archive/v1.3.5.tar.gz
- sha512sums = ea2601b0790bf705b7552cf479ca04d04bef156e55f63558df37e4217c3b56a81950d3b5d37351a6782b205c37f49f95c0fbeac7a33b3da3f9a3278408926911
+ source = https://github.com/clementgallet/libTAS/archive/v1.4.0.tar.gz
+ b2sums = 608c92b74f47e1aaaaf0a6830884f06124a10608e2587eeeafeaba506272a560ca7423f54aed9e117e58419ba35d089b1cbcf303e4b1d4d937e4d9456ec8c9af
pkgname = lib32-libtas
diff --git a/PKGBUILD b/PKGBUILD
index e1c90fdbad24..9daed11a223e 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.3.5
+pkgver=1.4.0
pkgrel=1
arch=('x86_64')
url="https://github.com/clementgallet/libTAS"
license=('GPL3')
-depends=('lib32-alsa-lib' 'lib32-ffmpeg' 'lib32-fontconfig'
+depends=('lib32-alsa-lib' 'lib32-fontconfig'
'lib32-freetype2' 'libtas' 'lib32-zlib')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('ea2601b0790bf705b7552cf479ca04d04bef156e55f63558df37e4217c3b56a81950d3b5d37351a6782b205c37f49f95c0fbeac7a33b3da3f9a3278408926911')
+b2sums=('608c92b74f47e1aaaaf0a6830884f06124a10608e2587eeeafeaba506272a560ca7423f54aed9e117e58419ba35d089b1cbcf303e4b1d4d937e4d9456ec8c9af')
prepare() {
cd "libTAS-$pkgver"