diff options
author | Mike Swanson | 2021-01-02 09:34:05 -0800 |
---|---|---|
committer | Mike Swanson | 2021-01-02 09:34:05 -0800 |
commit | f302009e7d4e78fe2eb64f73bfc6dfae4037e395 (patch) | |
tree | 91f9c1e312c437bdef44c8a3f1773715744d51d5 | |
parent | a69a972526955ef24f3568deb5afbef622b87470 (diff) | |
download | aur-f302009e7d4e78fe2eb64f73bfc6dfae4037e395.tar.gz |
Update to 1.4.1
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = libtas-git pkgdesc = Tool-assisted speedrunning utility for Linux-native binaries - pkgver = 1.4.0.r0.33fc75b + pkgver = 1.4.1.r0.a7bc36b pkgrel = 1 epoch = 1 url = https://github.com/clementgallet/libTAS @@ -10,13 +10,14 @@ pkgbase = libtas-git depends = alsa-lib depends = fontconfig depends = freetype2 + depends = hicolor-icon-theme depends = qt5-base depends = xcb-util-cursor depends = zlib optdepends = lib32-libtas-git: for 32-bit games support conflicts = libtas source = git+https://github.com/clementgallet/libTAS - sha512sums = SKIP + b2sums = SKIP pkgname = libtas-git @@ -2,19 +2,19 @@ pkgname=libtas-git pkgdesc="Tool-assisted speedrunning utility for Linux-native binaries" -pkgver=1.4.0.r0.33fc75b +pkgver=1.4.1.r0.a7bc36b pkgrel=1 epoch=1 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') makedepends=('git') optdepends=('lib32-libtas-git: for 32-bit games support') conflicts=('libtas') source=("git+$url") -sha512sums=(SKIP) +b2sums=(SKIP) pkgver() { cd "libTAS" |