Date: Saturday, August 16, 2014 @ 16:52:22 Author: alucryd Revision: 117458
upgpkg: vapoursynth R24-1 Modified: vapoursynth/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-16 14:49:21 UTC (rev 117457) +++ PKGBUILD 2014-08-16 14:52:22 UTC (rev 117458) @@ -4,8 +4,8 @@ # Contributor: jackoneill <[email protected]> pkgname=vapoursynth -pkgver=R23 -pkgrel=4 +pkgver=R24 +pkgrel=1 pkgdesc='A video processing framework with the future in mind' arch=('i686' 'x86_64') url='http://www.vapoursynth.com/' @@ -13,12 +13,12 @@ depends=('ffmpeg' 'python' 'tesseract') makedepends=('cython' 'python-sphinx' 'waf' 'yasm') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('d88efdcbbb8f898e85c005b0f8c8f0b74a94aa1fde542ba5c4d630bba6cdaa1f') +sha256sums=('74920a3ae9f2a1ac65e509ba6531ee7c3c9e9b94f1b683f17764cd4d2022c7cf') build() { cd ${pkgname}-${pkgver} - waf configure --prefix='/usr' --docs='true' --examples='true' + waf configure --prefix='/usr' --enable-examples waf $MAKEFLAGS build python setup.py build }
