summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-10-10 02:22:30 +0200
committersL1pKn072021-10-10 02:22:30 +0200
commitadcb6f6131bd95dbfbeaaf6212f335f1f49268b5 (patch)
tree60b7dba630e68dc16265ebeb9a01cfe401e02cdb
parent852deb397a512752ee4fc6510ac1ff9ba7dde192 (diff)
downloadaur-adcb6f6131bd95dbfbeaaf6212f335f1f49268b5.tar.gz
bump
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdfbb2bcd498..af4c87962e2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = vapoursynth-plugin-oyster-git
pkgdesc = Plugin for Vapoursynth: oyster (GIT version)
- pkgver = r137.54fe6c3
- pkgrel = 3
+ pkgver = r153.a8e5749
+ pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=173470
arch = any
- license = LGPL2.1
+ license = LGPL3
makedepends = git
- depends = vapoursynth-plugin-bm3d-git
+ depends = vapoursynth-plugin-nnedi3-git
depends = vapoursynth-plugin-knlmeanscl-git
- depends = vapoursynth-plugin-fmtconv-git
- depends = vapoursynth-plugin-msmoosh-git
+ depends = vapoursynth-plugin-bm3d-git
+ depends = vapoursynth-plugin-dfttest-git
+ depends = vapoursynth-plugin-fmtconv
depends = vapoursynth-plugin-mvtools_sf-git
- depends = vapoursynth-plugin-nnedi3-git
provides = vapoursynth-plugin-oyster
conflicts = vapoursynth-plugin-oyster
source = oyster::git+https://github.com/IFeelBloated/Oyster.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-oyster-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1540d380a831..d37f269699bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_plug=oyster
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r137.54fe6c3
-pkgrel=3
+pkgver=r153.a8e5749
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://forum.doom9.org/showthread.php?t=173470'
-license=('LGPL2.1')
-depends=('vapoursynth-plugin-bm3d-git'
+license=('LGPL3')
+depends=('vapoursynth-plugin-nnedi3-git'
'vapoursynth-plugin-knlmeanscl-git'
- 'vapoursynth-plugin-fmtconv-git'
- 'vapoursynth-plugin-msmoosh-git'
+ 'vapoursynth-plugin-bm3d-git'
+ 'vapoursynth-plugin-dfttest-git'
+ 'vapoursynth-plugin-fmtconv'
'vapoursynth-plugin-mvtools_sf-git'
- 'vapoursynth-plugin-nnedi3-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")