summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2019-04-10 14:48:12 -0700
committerMike Swanson2019-04-10 14:48:12 -0700
commit8e487575c4b43611107ba5407ad097e14a1d6eac (patch)
tree13c28a9f692aa0c13ba33cb954a9cf289913a64d /PKGBUILD
parent5a30ce044c7a6700b21913c28cda1c5877c925b3 (diff)
downloadaur-8e487575c4b43611107ba5407ad097e14a1d6eac.tar.gz
rebased 1.3.4, added git as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 787b8b9c9845..f6b1cedd61e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=libtas-git
-pkgver=1.3.4.r0.9170d91
+pkgver=1.3.4.r0.54098e9
pkgrel=1
pkgdesc="Tool-assisted speedrunning utility for Linux-native binaries"
+epoch=1
arch=('x86_64')
url="https://github.com/clementgallet/libTAS"
license=('GPL3')
depends=('alsa-lib' 'ffmpeg' 'fontconfig' 'freetype2'
'qt5-base' 'xcb-util-cursor' 'zlib')
-makedepends=('cmake' 'extra-cmake-modules')
+makedepends=('cmake' 'extra-cmake-modules' 'git')
conflicts=('libtas')
source=("git+$url")
sha512sums=(SKIP)