summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-10-09 02:22:33 +0200
committersL1pKn072021-10-09 02:22:33 +0200
commit6499e859d3526ceb4b3dcf271dcfaf4fb2547b83 (patch)
tree992abc61358222e23de35461490aa6af04610fa3
parent3c69d0a4127d6bd356accea23b3bf08f336cf58d (diff)
downloadaur-6499e859d3526ceb4b3dcf271dcfaf4fb2547b83.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36a0f60ee293..7fcaf6088142 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = foosynth-plugin-lsmashsource-git
pkgdesc = Plugin for Avisynth/Vapoursynth: lsmashsource (GIT version)
- pkgver = r1098.37bf8c3
+ pkgver = r1092.83c0251
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=167435
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = foosynth-plugin-lsmashsource-git
makedepends = vapoursynth
makedepends = l-smash
makedepends = ffmpeg
- source = lsmashsource::git+https://github.com/AmusementClub/L-SMASH-Works.git
+ source = lsmashsource::git+https://github.com/AmusementClub/L-SMASH-Works.git#branch=vs-api4
sha256sums = SKIP
pkgname = avisynth-plugin-lsmashsource-git
diff --git a/PKGBUILD b/PKGBUILD
index eb2742e31d99..efa7ada66c68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase="foosynth-plugin-${_plug}-git"
pkgname=("avisynth-plugin-${_plug}-git"
"vapoursynth-plugin-${_plug}-git"
)
-pkgver=r1098.37bf8c3
+pkgver=r1092.83c0251
pkgrel=1
pkgdesc="Plugin for Avisynth/Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -18,7 +18,7 @@ makedepends=('git'
'l-smash'
'ffmpeg'
)
-source=("${_plug}::git+https://github.com/AmusementClub/L-SMASH-Works.git")
+source=("${_plug}::git+https://github.com/AmusementClub/L-SMASH-Works.git#branch=vs-api4")
sha256sums=('SKIP')
pkgver() {
@@ -35,11 +35,13 @@ prepare() {
build() {
(cd build-vapoursynth
- arch-meson "../${_plug}/VapourSynth"
+ arch-meson "../${_plug}/VapourSynth" \
+ --buildtype=release
ninja
)
(cd build-avisynth
- arch-meson "../${_plug}/AviSynth"
+ arch-meson "../${_plug}/AviSynth" \
+ --buildtype=release
ninja
)
}