From 77128fd4f176ac2c8ee3aae60dbf4a6d358d2524 Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 23 Jul 2024 11:42:45 +0200 Subject: [PATCH] * update avisynthplus to 3.7.3-2 --- avisynthplus/.SRCINFO | 19 +++++++++++++++++++ avisynthplus/.nvchecker.toml | 4 ++++ avisynthplus/PKGBUILD | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 avisynthplus/.SRCINFO create mode 100644 avisynthplus/.nvchecker.toml diff --git a/avisynthplus/.SRCINFO b/avisynthplus/.SRCINFO new file mode 100644 index 0000000000..8bcd6d2839 --- /dev/null +++ b/avisynthplus/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = avisynthplus + pkgdesc = An improved version of the AviSynth frameserver + pkgver = 3.7.3 + pkgrel = 2 + url = https://avs-plus.net/ + arch = x86_64 + license = GPL + makedepends = cmake + makedepends = devil + depends = gcc-libs + depends = hicolor-icon-theme + optdepends = devil: for ImageSeq plugin + provides = libavisynth.so + source = https://github.com/AviSynth/AviSynthPlus/archive/v3.7.3/avisynthplus-3.7.3.tar.gz + source = avisynthplus.xml + sha256sums = b847705af6f16fa26664d06e0fea2bda14a7f6aac8249a9c37e4106ecb8fd44c + sha256sums = c4b270a3df7fbe1c153400215169c4ae4cae3b7a8710c843393e3a6ed0fd8a3e + +pkgname = avisynthplus diff --git a/avisynthplus/.nvchecker.toml b/avisynthplus/.nvchecker.toml new file mode 100644 index 0000000000..146c10cf30 --- /dev/null +++ b/avisynthplus/.nvchecker.toml @@ -0,0 +1,4 @@ +[avisynthplus] +source = "git" +git = "https://github.com/AviSynth/AviSynthPlus.git" +prefix = "v" diff --git a/avisynthplus/PKGBUILD b/avisynthplus/PKGBUILD index 6852922495..024633e818 100644 --- a/avisynthplus/PKGBUILD +++ b/avisynthplus/PKGBUILD @@ -2,7 +2,7 @@ pkgname=avisynthplus pkgver=3.7.3 -pkgrel=1 +pkgrel=2 pkgdesc='An improved version of the AviSynth frameserver' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='https://avs-plus.net/'