summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112018-05-10 13:02:33 +0200
committerjose17112018-05-10 13:02:33 +0200
commit1ec19a3223115f17d2155b95e44e616244a2c0bb (patch)
tree5c6fa9385774db71f61d4fdb524bc1f6cb640974
parent2b4d5546e3dc70d7396d51f069588c271aed9024 (diff)
downloadaur-1ec19a3223115f17d2155b95e44e616244a2c0bb.tar.gz
Fix deps (thanks @sekret)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc0a2a367f4d..7609f02d9470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,19 @@
# Generated by mksrcinfo v8
-# Wed May 9 21:11:50 UTC 2018
+# Thu May 10 11:02:31 UTC 2018
pkgbase = untrunc-git
pkgdesc = restore a damaged (truncated) mp4, m4v, mov, 3gp video
pkgver = r58.ec8e417
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ponchio/untrunc
arch = x86_64
arch = i686
license = GPL2
makedepends = yasm
+ makedepends = git
+ makedepends = libx11
+ depends = libvdpau
+ depends = zlib
+ depends = bzip2
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 0434dbe0007f..b5b7e4411913 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: Jose Riha <jose1711 gmail com>
# Contributor: archdaemon
+# Contributor: sekret
pkgname=untrunc-git
pkgver=r58.ec8e417
-pkgrel=2
+pkgrel=3
pkgdesc="restore a damaged (truncated) mp4, m4v, mov, 3gp video"
arch=('x86_64' 'i686')
url="https://github.com/ponchio/untrunc"
license=('GPL2')
-makedepends=('yasm')
+depends=('libvdpau' 'zlib' 'bzip2')
+makedepends=('yasm' 'git' 'libx11')
source=("${pkgname}"::'git+https://github.com/ponchio/untrunc.git'
'framealloc.patch'
'http://libav.org/releases/libav-12.2.tar.xz')