summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aa19d6623ea..b5d67ad37045 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vapoursynth-plugin-neo_f3kdb-git
pkgdesc = Plugin for Vapoursynth: neo_f3kdb (GIT version)
pkgver = r2.0.gf805e0f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/HomeOfAviSynthPlusEvolution/neo_f3kdb.git
arch = x86_64
license = GPL3
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'
)