From 6bac853d627e20e9cef806091ac6b7c90f492f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 11 Dec 2018 15:04:05 +0100 Subject: [PATCH] vapoursynth: update to R45.1. --- srcpkgs/vapoursynth/template | 6 +++--- srcpkgs/vapoursynth/update | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template index 88e37069fb8..018fd77e1f7 100644 --- a/srcpkgs/vapoursynth/template +++ b/srcpkgs/vapoursynth/template @@ -1,7 +1,7 @@ # Template file for 'vapoursynth' pkgname=vapoursynth -version=R44 -revision=5 +version=R45.1 +revision=1 build_style=gnu-configure hostmakedepends="automake pkg-config libtool nasm python3-Cython" makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel @@ -12,7 +12,7 @@ license="LGPL-2.1-or-later, OFL-1.1" homepage="http://www.vapoursynth.com" changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog" distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz" -checksum=3459aa903c42b2f87a634ee705fcc3dd251729bd179e8ab4684a50bd7415930a +checksum=4f43e5bb8c4817fdebe572d82febe4abac892918c54e1cb71aa6f6eb3677a877 case $XBPS_TARGET_MACHINE in aarch64*) diff --git a/srcpkgs/vapoursynth/update b/srcpkgs/vapoursynth/update index 30da794b6bd..df623475c92 100644 --- a/srcpkgs/vapoursynth/update +++ b/srcpkgs/vapoursynth/update @@ -1 +1 @@ -pattern='\KR[\d\.]+(?=<)' +pattern="R[\d\.]+(?=\.tar\.gz)"