summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112016-10-16 17:52:54 +0200
committerjose17112016-10-16 17:52:54 +0200
commit84ed2ace9ac7dce586566e625340eed93a8addc3 (patch)
tree35c7aa4ef8d2391381c835dd15cb9d7c1c125ddd
parenta7f8510ba6632b58bad93a9d642754086bcab3fe (diff)
downloadaur-84ed2ace9ac7dce586566e625340eed93a8addc3.tar.gz
Fixed makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8593904f94eb..05ead13d2f4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Mar 5 21:38:44 UTC 2016
+# Sun Oct 16 15:52:49 UTC 2016
pkgbase = untrunc-git
pkgdesc = restore a damaged (truncated) mp4, m4v, mov, 3gp video
pkgver = r31.07be275
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ponchio/untrunc
arch = x86_64
arch = i686
license = GPL2
+ makedepends = qconf
depends = ffmpeg
depends = qt5-base
source = untrunc-git::git+https://github.com/ponchio/untrunc.git
diff --git a/PKGBUILD b/PKGBUILD
index 3d2f1b58b2e1..957eebb191fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=untrunc-git
pkgver=r31.07be275
-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' 'qt5-base')
+makedepends=('qconf')
source=("${pkgname}"::'git+https://github.com/ponchio/untrunc.git' 'framealloc.patch')
md5sums=('SKIP'
'7f6cf1762cd93f4ce84cb218ab856ea3')