summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 16 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51fcda980f06..2c5e6e333ab5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,20 @@
pkgbase = vapoursynth-plugin-focus-git
pkgdesc = Plugin for Vapoursynth: focus (GIT version)
pkgver = 4.0.g28efbb1
- pkgrel = 1
+ pkgrel = 2
url = https://forum.doom9.org/showthread.php?p=1777684#post1777684
arch = x86_64
license = GPLv2
makedepends = git
depends = vapoursynth
provides = vapoursynth-plugin-focus
+ provides = vapoursynth-plugin-temporalsoften
+ provides = vapoursynth-plugin-temporalsoften-git
conflicts = vapoursynth-plugin-focus
+ conflicts = vapoursynth-plugin-temporalsoften
+ conflicts = vapoursynth-plugin-temporalsoften-git
options = debug
- source = focus::git+https://github.com/IFeelBloated/vapoursynth-focus
+ source = focus::git+https://github.com/IFeelBloated/vapoursynth-focus.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-focus-git
diff --git a/PKGBUILD b/PKGBUILD
index 28773e2bccc2..026b0006977e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,22 @@
_plug=focus
pkgname=vapoursynth-plugin-${_plug}-git
pkgver=4.0.g28efbb1
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://forum.doom9.org/showthread.php?p=1777684#post1777684'
license=('GPLv2')
depends=('vapoursynth')
makedepends=('git')
-provides=("vapoursynth-plugin-${_plug}")
-conflicts=("vapoursynth-plugin-${_plug}")
-source=("${_plug}::git+https://github.com/IFeelBloated/vapoursynth-focus")
+provides=("vapoursynth-plugin-${_plug}"
+ 'vapoursynth-plugin-temporalsoften'
+ 'vapoursynth-plugin-temporalsoften-git'
+ )
+conflicts=("vapoursynth-plugin-${_plug}"
+ 'vapoursynth-plugin-temporalsoften'
+ 'vapoursynth-plugin-temporalsoften-git'
+ )
+source=("${_plug}::git+https://github.com/IFeelBloated/vapoursynth-focus.git")
sha256sums=('SKIP')
options=('debug')