summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlias Stamatis2016-07-01 01:57:47 +0300
committerIlias Stamatis2016-07-01 01:57:47 +0300
commit909c8a8d74c0408bcf07031fe0fe8d43efebeb97 (patch)
treea6857b153163a4ac845a75ebcde3d263825297c9
parent6ab2d1604fc65e333eee6c66d789ecdb76ac25c9 (diff)
downloadaur-ffmulticonverter.tar.gz
version 1.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a4941acfdcb..7ec3b2d9cfa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ffmulticonverter
pkgdesc = Convert audio, video, image and document files between all popular formats
- pkgver = 1.7.2
+ pkgver = 1.8.0
pkgrel = 1
url = https://sites.google.com/site/ffmulticonverter/
arch = any
license = GPL3
- depends = python-pyqt4
+ depends = python-pyqt5
optdepends = ffmpeg: for video conversions
optdepends = imagemagick: for image conversions
optdepends = unoconv: for document conversions
conflicts = ffmulticonverter-git
- source = https://sourceforge.net/projects/ffmulticonv/files/ffmulticonverter-1.7.2.tar.gz
- sha256sums = bb1a2e12c26515f177cfdebaa0f7845a04c406db840f870bfe416ca0ad197d78
+ source = https://sourceforge.net/projects/ffmulticonv/files/ffmulticonverter-1.8.0.tar.gz
+ sha256sums = 5f2d8ed0acc70952c54fb1f3d13caa858988ebc7cc3b99b9fae7b6856d6a7f85
pkgname = ffmulticonverter
diff --git a/PKGBUILD b/PKGBUILD
index a14ef476a736..f02aacf3ff59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
pkgname=ffmulticonverter
-pkgver=1.7.2
+pkgver=1.8.0
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')
conflicts=('ffmulticonverter-git')
source=(https://sourceforge.net/projects/ffmulticonv/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('bb1a2e12c26515f177cfdebaa0f7845a04c406db840f870bfe416ca0ad197d78')
+sha256sums=('5f2d8ed0acc70952c54fb1f3d13caa858988ebc7cc3b99b9fae7b6856d6a7f85')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"