summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112018-05-09 23:11:53 +0200
committerjose17112018-05-09 23:11:53 +0200
commit2b4d5546e3dc70d7396d51f069588c271aed9024 (patch)
tree16e5770f2e8019a94ac065c1ca88719736ad30f3
parentf92b06a64eb0d92276cf751960944b6823efa541 (diff)
downloadaur-2b4d5546e3dc70d7396d51f069588c271aed9024.tar.gz
Fix deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6771e5d274a..cc0a2a367f4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
# Generated by mksrcinfo v8
-# Wed May 9 21:07:36 UTC 2018
+# Wed May 9 21:11:50 UTC 2018
pkgbase = untrunc-git
pkgdesc = restore a damaged (truncated) mp4, m4v, mov, 3gp video
pkgver = r58.ec8e417
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ponchio/untrunc
arch = x86_64
arch = i686
license = GPL2
- makedepends = qconf
makedepends = yasm
noextract = libav-12.2.tar.xz
source = untrunc-git::git+https://github.com/ponchio/untrunc.git
diff --git a/PKGBUILD b/PKGBUILD
index 942c64c56e4e..0434dbe0007f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=untrunc-git
pkgver=r58.ec8e417
-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')
-makedepends=('qconf' 'yasm')
+makedepends=('yasm')
source=("${pkgname}"::'git+https://github.com/ponchio/untrunc.git'
'framealloc.patch'
'http://libav.org/releases/libav-12.2.tar.xz')