summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2018-11-16 22:50:47 -0800
committerMike Swanson2018-11-16 22:50:47 -0800
commit9d6db847db746c21dbafde6659eff03fe94c2bcd (patch)
tree1c41595db0074623a6d1a76a5ab8104c003ff587 /PKGBUILD
parentab903d94930597bad928826e201bf06be981ac98 (diff)
downloadaur-9d6db847db746c21dbafde6659eff03fe94c2bcd.tar.gz
Remove libtar dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f00ffaab7eb..3a9528ded144 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=libtas-git
pkgver=1.3.2.r0.b8d3c31
-pkgrel=1
+pkgrel=2
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'
- 'libtar' 'qt5-base' 'xcb-util-cursor' 'zlib')
+ 'qt5-base' 'xcb-util-cursor' 'zlib')
makedepends=('cmake' 'extra-cmake-modules')
conflicts=('libtas')
source=("git+$url"