summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-01 17:20:08 +0100
committersL1pKn072019-03-01 17:20:08 +0100
commitb00a965d607bf5014c64395b7eb4bed47054d0eb (patch)
tree6abd06e3fd551af9e6ab4fda83f7b685a1eef141
parent3a89a405bc879b26f7e7b3497b27540bbfc30633 (diff)
downloadaur-b00a965d607bf5014c64395b7eb4bed47054d0eb.tar.gz
bump
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d085b5fa78db..7664a9cdc28e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 20:25:21 UTC 2016
+# Fri Mar 1 16:20:08 UTC 2019
pkgbase = vapoursynth-plugin-oyster-git
pkgdesc = Plugin for Vapoursynth: oyster (GIT version)
- pkgver = r97.8fc1d8b
+ pkgver = r137.54fe6c3
pkgrel = 1
- url = http://forum.doom9.org/showthread.php?t=173470
- arch = i686
- arch = x86_64
+ url = https://forum.doom9.org/showthread.php?t=173470
+ arch = any
license = LGPL2.1
makedepends = git
+ depends = vapoursynth
depends = vapoursynth-plugin-bm3d-git
- depends = vapoursynth-plugin-knlmeanscl
- depends = vapoursynth-plugin-fmtconv
+ depends = vapoursynth-plugin-knlmeanscl-git
+ depends = vapoursynth-plugin-fmtconv-git
depends = vapoursynth-plugin-msmoosh-git
depends = vapoursynth-plugin-mvtools_sf-git
depends = vapoursynth-plugin-nnedi3-git
diff --git a/PKGBUILD b/PKGBUILD
index 440d8c05e690..46700f5c1613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
_plug=oyster
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r97.8fc1d8b
+pkgver=r137.54fe6c3
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
-arch=('i686' 'x86_64')
-url='http://forum.doom9.org/showthread.php?t=173470'
+arch=('any')
+url='https://forum.doom9.org/showthread.php?t=173470'
license=('LGPL2.1')
-depends=('vapoursynth-plugin-bm3d-git'
- 'vapoursynth-plugin-knlmeanscl'
- 'vapoursynth-plugin-fmtconv'
+depends=('vapoursynth'
+ 'vapoursynth-plugin-bm3d-git'
+ 'vapoursynth-plugin-knlmeanscl-git'
+ 'vapoursynth-plugin-fmtconv-git'
'vapoursynth-plugin-msmoosh-git'
'vapoursynth-plugin-mvtools_sf-git'
'vapoursynth-plugin-nnedi3-git'