summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112018-05-09 23:07:45 +0200
committerjose17112018-05-09 23:07:45 +0200
commitf92b06a64eb0d92276cf751960944b6823efa541 (patch)
tree5d5893d75b364b11db51582953b1439079a84af0
parent12d3a1dfa2c9a0b9cc55c827ed0888418da39edf (diff)
downloadaur-f92b06a64eb0d92276cf751960944b6823efa541.tar.gz
Fix deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c8573cfb4ed..f6771e5d274a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 21 19:47:21 UTC 2017
+# Wed May 9 21:07:36 UTC 2018
pkgbase = untrunc-git
pkgdesc = restore a damaged (truncated) mp4, m4v, mov, 3gp video
- pkgver = r49.2259a05
+ pkgver = r58.ec8e417
pkgrel = 1
url = https://github.com/ponchio/untrunc
arch = x86_64
@@ -10,8 +10,6 @@ pkgbase = untrunc-git
license = GPL2
makedepends = qconf
makedepends = yasm
- depends = ffmpeg
- depends = qt5-base
noextract = libav-12.2.tar.xz
source = untrunc-git::git+https://github.com/ponchio/untrunc.git
source = framealloc.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6d539860f731..942c64c56e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
# Contributor: archdaemon
pkgname=untrunc-git
-pkgver=r49.2259a05
+pkgver=r58.ec8e417
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' 'yasm')
source=("${pkgname}"::'git+https://github.com/ponchio/untrunc.git'
'framealloc.patch'