summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2020-06-22 10:25:47 -0700
committerMike Swanson2020-06-22 10:25:47 -0700
commit5bd96f802068a850a9d7401d63b568ee6da19e27 (patch)
tree9b7c168e08772d2fd7e66915e710f5b4210c2813
parentbc37cf6d075d6f49dbd5eae3c51753205039954a (diff)
downloadaur-5bd96f802068a850a9d7401d63b568ee6da19e27.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 4b0f42bd386a..15b267f1c495 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = libtas
pkgdesc = Tool-assisted speedrunning utility for Linux-native binaries
- pkgver = 1.3.5
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/clementgallet/libTAS
arch = x86_64
license = GPL3
depends = alsa-lib
- depends = ffmpeg
depends = fontconfig
depends = freetype2
depends = qt5-base
depends = xcb-util-cursor
depends = zlib
optdepends = lib32-libtas: for 32-bit games support
- 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 = libtas
diff --git a/PKGBUILD b/PKGBUILD
index 0cfafcd6e4f2..63eea1b1654a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=libtas
-pkgver=1.3.5
+pkgver=1.4.0
pkgrel=1
pkgdesc="Tool-assisted speedrunning utility for Linux-native binaries"
arch=('x86_64')
url="https://github.com/clementgallet/libTAS"
license=('GPL3')
-depends=('alsa-lib' 'ffmpeg' 'fontconfig' 'freetype2'
+depends=('alsa-lib' 'fontconfig' 'freetype2'
'qt5-base' 'xcb-util-cursor' 'zlib')
optdepends=('lib32-libtas: for 32-bit games support')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('ea2601b0790bf705b7552cf479ca04d04bef156e55f63558df37e4217c3b56a81950d3b5d37351a6782b205c37f49f95c0fbeac7a33b3da3f9a3278408926911')
+b2sums=('608c92b74f47e1aaaaf0a6830884f06124a10608e2587eeeafeaba506272a560ca7423f54aed9e117e58419ba35d089b1cbcf303e4b1d4d937e4d9456ec8c9af')
prepare() {
cd libTAS-$pkgver