summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072020-03-19 08:40:31 +0100
committersL1pKn072020-03-19 08:40:31 +0100
commitdaa8052795c5e2427010e84fbf398676282d0062 (patch)
tree293f196177ea2c5dbe8a42735c3824f0333886b1 /PKGBUILD
parent4171d8eff791a40a64dea0a68bc68fe2f26bb859 (diff)
downloadaur-vapoursynth-plugin-neo_f3kdb-git.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d45daeb7f201..19b41e4baee7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_plug=neo_f3kdb
pkgname=vapoursynth-plugin-${_plug}-git
pkgver=r2.0.gf805e0f
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/HomeOfAviSynthPlusEvolution/neo_f3kdb.git'
@@ -14,8 +14,7 @@ makedepends=('git'
'clang'
)
provides=("vapoursynth-plugin-${_plug}")
-conflicts=("vapoursynth-plugin-${_plug}"
- )
+conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/HomeOfAviSynthPlusEvolution/neo_f3kdb.git"
'esee.patch'
)