summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlias Stamatis2016-06-26 01:28:55 +0300
committerIlias Stamatis2016-06-26 01:31:14 +0300
commitc5ab45ac9d0138f499b63e31559b978ad96bd22e (patch)
tree43f71efae543f9834700a9fa277368c19ce69e92
parent60c1760ace0da33f414ee1b1c37e7442a0f09315 (diff)
downloadaur-c5ab45ac9d0138f499b63e31559b978ad96bd22e.tar.gz
1.8.0 version requires python-pyqt5 instead of python-pyqt4
-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')