From 5c4a0626e179f428fb7cd0f492a742060f2e4e56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 26 Jan 2019 16:41:30 +0100 Subject: [PATCH] vapoursynth-editor: update to 19. --- srcpkgs/vapoursynth-editor/template | 11 ++++++----- srcpkgs/vapoursynth-editor/update | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/vapoursynth-editor/template b/srcpkgs/vapoursynth-editor/template index c3b75f0f1fa..d221e9cf5cd 100644 --- a/srcpkgs/vapoursynth-editor/template +++ b/srcpkgs/vapoursynth-editor/template @@ -1,19 +1,20 @@ # Template file for 'vapoursynth-editor' pkgname=vapoursynth-editor -version=r18 +version=19 revision=1 -_bitbucket_hash=a511db5a522c +_bitbucket_hash=8019bb5a8099 wrksrc="mystery_keeper-${pkgname}-${_bitbucket_hash}" build_style=qmake hostmakedepends="qt5-qmake" makedepends="vapoursynth-devel qt5-devel qt5-websockets-devel" depends="vapoursynth" -short_desc="A cross-platform editor for VapourSynth script" +short_desc="Cross-platform editor for VapourSynth script" maintainer="DirectorX " license="MIT" homepage="https://bitbucket.org/mystery_keeper/vapoursynth-editor" -distfiles="${homepage}/get/${version}.tar.gz" -checksum=7c560c1ef4ea1810babda30f11358e073ba471971a43a0252bc0ae04d3de901f +distfiles="${homepage}/get/r${version}.tar.gz" +checksum=41e09a6c1411536f7a223a16263145b31de4715189cfe2ebe62b4ad69d6ec342 +nocross="vapoursynth is nocross" if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-devel qt5-websockets-devel" diff --git a/srcpkgs/vapoursynth-editor/update b/srcpkgs/vapoursynth-editor/update index d1baf73add7..74e7c7b7f3b 100644 --- a/srcpkgs/vapoursynth-editor/update +++ b/srcpkgs/vapoursynth-editor/update @@ -1,3 +1,3 @@ site='https://bitbucket.org/mystery_keeper/vapoursynth-editor/downloads/?tab=tags' -pattern='/get/\K[\d.]+(?=\.tar\.gz)' +pattern='/get/r\K[\d.]+(?=\.tar\.gz)'