summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjose17112017-12-21 20:47:23 +0100
committerjose17112017-12-21 20:47:23 +0100
commit12d3a1dfa2c9a0b9cc55c827ed0888418da39edf (patch)
treeb33a1197f922b651e5bccaf7cb8f672481259909 /PKGBUILD
parent56b2482e6b101aa06da4fc9c08098dcd32491b41 (diff)
downloadaur-12d3a1dfa2c9a0b9cc55c827ed0888418da39edf.tar.gz
Add yasm to make depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c62a6f69cb3..6d539860f731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: archdaemon
pkgname=untrunc-git
-pkgver=r46.06ee3da
+pkgver=r49.2259a05
pkgrel=1
pkgdesc="restore a damaged (truncated) mp4, m4v, mov, 3gp video"
arch=('x86_64' 'i686')
url="https://github.com/ponchio/untrunc"
license=('GPL2')
depends=('ffmpeg' 'qt5-base')
-makedepends=('qconf')
+makedepends=('qconf' 'yasm')
source=("${pkgname}"::'git+https://github.com/ponchio/untrunc.git'
'framealloc.patch'
'http://libav.org/releases/libav-12.2.tar.xz')