Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / avisynthplus
Commits: e71d369b by Daniel Bermond at 2025-04-22T12:12:51-03:00 upgpkg: 3.7.5-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = avisynthplus pkgdesc = An improved version of the AviSynth frameserver - pkgver = 3.7.4 + pkgver = 3.7.5 pkgrel = 1 url = https://avs-plus.net/ arch = x86_64 @@ -14,9 +14,9 @@ pkgbase = avisynthplus optdepends = devil: for ImageSeq plugin optdepends = soundtouch: for TimeStretch plugin provides = libavisynth.so - source = https://github.com/AviSynth/AviSynthPlus/archive/v3.7.4/avisynthplus-3.7.4.tar.gz + source = https://github.com/AviSynth/AviSynthPlus/archive/v3.7.5/avisynthplus-3.7.5.tar.gz source = avisynthplus.xml - sha256sums = c158cd7768bb9c589ae4588e6767b95831af79050bdd310d1681d23e6f736774 + sha256sums = 2533fafe5b5a8eb9f14d84d89541252a5efd0839ef62b8ae98f40b9f34b3f3d5 sha256sums = c4b270a3df7fbe1c153400215169c4ae4cae3b7a8710c843393e3a6ed0fd8a3e pkgname = avisynthplus ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Daniel Bermond <dberm...@archlinux.org> pkgname=avisynthplus -pkgver=3.7.4 +pkgver=3.7.5 pkgrel=1 pkgdesc='An improved version of the AviSynth frameserver' arch=('x86_64') @@ -21,7 +21,7 @@ makedepends=( provides=('libavisynth.so') source=("https://github.com/AviSynth/AviSynthPlus/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz" 'avisynthplus.xml') -sha256sums=('c158cd7768bb9c589ae4588e6767b95831af79050bdd310d1681d23e6f736774' +sha256sums=('2533fafe5b5a8eb9f14d84d89541252a5efd0839ef62b8ae98f40b9f34b3f3d5' 'c4b270a3df7fbe1c153400215169c4ae4cae3b7a8710c843393e3a6ed0fd8a3e') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/avisynthplus/-/commit/e71d369b7cf8244a6278cfe6cbda60967547a314 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/avisynthplus/-/commit/e71d369b7cf8244a6278cfe6cbda60967547a314 You're receiving this email because of your account on gitlab.archlinux.org.