summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 375c84150a80..b6f51ed53d48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = untrunc-git
pkgdesc = restore a damaged (truncated) mp4, m4v, mov, 3gp video
pkgver = r30.c74920f
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ponchio/untrunc
arch = x86_64
arch = i686
license = GPL2
depends = ffmpeg
- depends = qt-base
+ depends = qt5-base
source = untrunc-git::git+https://github.com/ponchio/untrunc.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8157c69182fb..fc067aafdb38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=untrunc-git
pkgver=r30.c74920f
-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')
-depends=('ffmpeg' 'qt-base')
+depends=('ffmpeg' 'qt5-base')
source=("${pkgname}"::'git+https://github.com/ponchio/untrunc.git')
md5sums=(SKIP)