Date: Sunday, October 30, 2016 @ 14:58:18 Author: alucryd Revision: 194007
upgpkg: ffms2 2.23-1 Modified: ffms2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-30 14:58:09 UTC (rev 194006) +++ PKGBUILD 2016-10-30 14:58:18 UTC (rev 194007) @@ -2,8 +2,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=ffms2 -pkgver=2.22 -pkgrel=3 +pkgver=2.23 +pkgrel=1 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy frame accurate access' arch=('i686' 'x86_64') url='https://github.com/FFMS/ffms2' @@ -13,7 +13,7 @@ provides=('vapoursynth-plugin-ffms2' 'libffms2.so') source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz") -sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad') +sha256sums=('b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed') build() { cd ffms2-${pkgver}
