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 b57ccc52f819..453cebe6eb21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ffmulticonverter-git
pkgdesc = Convert audio, video, image and document files between all popular formats
- pkgver = 1.7.0.r6.g97c6ae3
+ pkgver = 1.7.2.r26.g582403d
pkgrel = 1
url = https://sites.google.com/site/ffmulticonverter/
arch = any
license = GPL3
makedepends = git
- depends = python-pyqt4
+ depends = python-pyqt5
optdepends = ffmpeg: for video conversions
optdepends = imagemagick: for image conversions
optdepends = unoconv: for document conversions
diff --git a/PKGBUILD b/PKGBUILD
index cab19a6d8914..99a5671df37d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
pkgname=ffmulticonverter-git
-pkgver=1.7.0.r6.g97c6ae3
+pkgver=1.7.2.r26.g582403d
pkgrel=1
pkgdesc="Convert audio, video, image and document files between all popular formats"
arch=(any)
url="https://sites.google.com/site/ffmulticonverter/"
license=('GPL3')
-depends=('python-pyqt4')
+depends=('python-pyqt5')
optdepends=('ffmpeg: for video conversions'
'imagemagick: for image conversions'
'unoconv: for document conversions')