diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-02 00:58:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-02 01:02:22 -0300 |
commit | 70713ad803a2e87bc5c4a78e90d570a3a8c35cfb (patch) | |
tree | 7121e6f622050ce0d990587eeb2aef0911827824 /libre | |
parent | fe2d1c2b03f794e13f674def9eab8fa23be09257 (diff) | |
download | abslibre-70713ad803a2e87bc5c4a78e90d570a3a8c35cfb.tar.gz abslibre-70713ad803a2e87bc5c4a78e90d570a3a8c35cfb.tar.bz2 abslibre-70713ad803a2e87bc5c4a78e90d570a3a8c35cfb.zip |
avidemux-2.6.16-1.parabola1: updating version
Diffstat (limited to 'libre')
-rw-r--r-- | libre/avidemux/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/avidemux/PKGBUILD b/libre/avidemux/PKGBUILD index 3661fb726..7fafeea1f 100644 --- a/libre/avidemux/PKGBUILD +++ b/libre/avidemux/PKGBUILD @@ -4,8 +4,8 @@ pkgbase=avidemux pkgname=('avidemux-cli' 'avidemux-qt') -pkgver=2.6.15 -pkgrel=2.parabola1 +pkgver=2.6.16 +pkgrel=1.parabola1 pkgdesc='Graphical tool to edit video (filter/re-encode/split), without nonfree faac support' url='http://fixounet.free.fr/avidemux/' arch=('i686' 'x86_64') @@ -16,7 +16,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=('42964509cb51133abe624631d07bd223a7cee9fcfd971655ce26193598a48428a2eb1ba0c43034477b60a626fd332431281217644baa82f935f4aeb945d4508a') +sha512sums=('617c36f6f0557ac6c4bda140f4efb262a3bc4529f49d2d34eabd3a6aeff1fda800fd2bb1e4b5ac542d4be099d763ee006555db12d57e5e19d795ecb83e569fa6') prepare() { cd ${pkgbase}_${pkgver} |