summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-01-06 18:53:14 +0100
committersL1pKn072021-01-06 18:53:14 +0100
commit400b996a902c15d9e09b9c6f9507c6d97e22bd05 (patch)
treee229de314395aee4fa098d3b4e0b9e564df2eb2c
parent83b93743123bab5fcdda902d5ca6f8577917ed90 (diff)
downloadaur-400b996a902c15d9e09b9c6f9507c6d97e22bd05.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a595c00896e..05a0dba36856 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = foosynth-plugin-neo_fft3dfilter-git
pkgdesc = Plugin for Vapoursynth/Avisynth: neo_fft3dfilter (Dual interface for Vapoursynth/Avisynth) (GIT version)
- pkgver = r5.1.gabb9cdc
+ pkgver = r10.1.g1537395
pkgrel = 1
url = https://github.com/HomeOfAviSynthPlusEvolution/neo_FFT3D.git
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = foosynth-plugin-neo_fft3dfilter-git
makedepends = cmake
makedepends = fftw
makedepends = intel-tbb
- makedepends = avisynthplus-git
+ makedepends = avisynthplus
makedepends = vapoursynth
source = neo_fft3dfilter::git+https://github.com/HomeOfAviSynthPlusEvolution/neo_FFT3D.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c8f30d8e8e99..c6baa9218286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase="foosynth-plugin-${_plug}-git"
pkgname=("avisynth-plugin-${_plug}-git"
"vapoursynth-plugin-${_plug}-git"
)
-pkgver=r5.1.gabb9cdc
+pkgver=r10.1.g1537395
pkgrel=1
pkgdesc="Plugin for Vapoursynth/Avisynth: ${_plug} (Dual interface for Vapoursynth/Avisynth) (GIT version)"
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('git'
'cmake'
'fftw'
'intel-tbb'
- 'avisynthplus-git'
+ 'avisynthplus'
'vapoursynth'
)
source=("${_plug}::git+https://github.com/HomeOfAviSynthPlusEvolution/neo_FFT3D.git")