diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-08-23 10:59:29 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-08-23 10:59:29 +0200 |
commit | 2760091a35a6ddc147a61a067836856377b44f20 (patch) | |
tree | b29c88892c6937cdae79379a08d4038eb36422bd /libre | |
parent | 9b069e803430aefb6a6cec58bee0049a69d2652a (diff) | |
download | abslibre-2760091a35a6ddc147a61a067836856377b44f20.tar.gz abslibre-2760091a35a6ddc147a61a067836856377b44f20.tar.bz2 abslibre-2760091a35a6ddc147a61a067836856377b44f20.zip |
libre/avidemux: updated to 2.7.0
Diffstat (limited to 'libre')
-rw-r--r-- | libre/avidemux/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/avidemux/PKGBUILD b/libre/avidemux/PKGBUILD index 8069fe889..3424928a0 100644 --- a/libre/avidemux/PKGBUILD +++ b/libre/avidemux/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=avidemux pkgname=('avidemux-cli' 'avidemux-qt') -pkgver=2.6.20 +pkgver=2.7.0 pkgrel=1.parabola1 pkgdesc='Graphical tool to edit video (filter/re-encode/split), without nonfree faac support' url='http://fixounet.free.fr/avidemux/' @@ -17,7 +17,7 @@ makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 'des 'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'pkg-config') options=('!emptydirs') source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz) -sha512sums=('d01d0fc24a3004770bd3923c2debc4fa2752eb71df08cfe423746b9c44a2562ca01d82965ed2563b99572a4bed8034b79487199ce330208b51a3b7f87ccf7103') +sha256sums=('fe1d6b794c0d94922428ff84a931264a90c39a5ffe965e03ab7ae0ce71a2c4ad') prepare() { cd ${pkgbase}_${pkgver} |