summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2021-01-02 09:31:29 -0800
committerMike Swanson2021-01-02 09:31:29 -0800
commit637e587950b2492dfd825e8c90328f026cae633d (patch)
tree9f9f2c314138cc5a0c05b523a855c4233b0e9c55
parent5bd96f802068a850a9d7401d63b568ee6da19e27 (diff)
downloadaur-637e587950b2492dfd825e8c90328f026cae633d.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 15b267f1c495..ad5ba23f6cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtas
pkgdesc = Tool-assisted speedrunning utility for Linux-native binaries
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/clementgallet/libTAS
arch = x86_64
@@ -8,12 +8,13 @@ pkgbase = libtas
depends = alsa-lib
depends = fontconfig
depends = freetype2
+ depends = hicolor-icon-theme
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.4.0.tar.gz
- b2sums = 608c92b74f47e1aaaaf0a6830884f06124a10608e2587eeeafeaba506272a560ca7423f54aed9e117e58419ba35d089b1cbcf303e4b1d4d937e4d9456ec8c9af
+ source = https://github.com/clementgallet/libTAS/archive/v1.4.1.tar.gz
+ b2sums = ebfb53b25dcb4665926354bc9f465ae9ec027a8ff59cca0776f41bcdd0fe561d293bab3af915d8b68882dfbea539991b0cd5f035586a01b99bff092da335238a
pkgname = libtas
diff --git a/PKGBUILD b/PKGBUILD
index 63eea1b1654a..a5abb0d57053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=libtas
-pkgver=1.4.0
+pkgver=1.4.1
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' 'fontconfig' 'freetype2'
+depends=('alsa-lib' 'fontconfig' 'freetype2' 'hicolor-icon-theme'
'qt5-base' 'xcb-util-cursor' 'zlib')
optdepends=('lib32-libtas: for 32-bit games support')
source=("${url}/archive/v${pkgver}.tar.gz")
-b2sums=('608c92b74f47e1aaaaf0a6830884f06124a10608e2587eeeafeaba506272a560ca7423f54aed9e117e58419ba35d089b1cbcf303e4b1d4d937e4d9456ec8c9af')
+b2sums=('ebfb53b25dcb4665926354bc9f465ae9ec027a8ff59cca0776f41bcdd0fe561d293bab3af915d8b68882dfbea539991b0cd5f035586a01b99bff092da335238a')
prepare() {
cd libTAS-$pkgver