summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2015-07-11 12:47:15 +0200
committeroli2015-07-11 12:47:15 +0200
commita2112bad9d0c3b23b222d781cf87c3b5d1d5f3a5 (patch)
treedf6a20fe9ffa8ef399a4fcfd42214eaf4fba2f0d
parentfeadd40edd30edacf036b630864cd52abdba79f0 (diff)
downloadaur-a2112bad9d0c3b23b222d781cf87c3b5d1d5f3a5.tar.gz
dep added
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 824ed838c9a5..375c84150a80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = untrunc-git
pkgdesc = restore a damaged (truncated) mp4, m4v, mov, 3gp video
pkgver = r30.c74920f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ponchio/untrunc
arch = x86_64
arch = i686
license = GPL2
depends = ffmpeg
+ depends = qt-base
source = untrunc-git::git+https://github.com/ponchio/untrunc.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3ebc6fc4ce83..8157c69182fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=untrunc-git
pkgver=r30.c74920f
-pkgrel=1
+pkgrel=2
pkgdesc="restore a damaged (truncated) mp4, m4v, mov, 3gp video"
arch=('x86_64' 'i686')
url="https://github.com/ponchio/untrunc"
license=('GPL2')
-depends=('ffmpeg')
+depends=('ffmpeg' 'qt-base')
source=("${pkgname}"::'git+https://github.com/ponchio/untrunc.git')
md5sums=(SKIP)