summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-09 14:10:31 +0100
committersL1pKn072020-03-09 14:10:31 +0100
commitd62a531de8ca85aa0e0b06bba5466065dad4d6d0 (patch)
treeaea828bda03631c4e74354c9cf6e4b156909816d
parent9eb2f1929e5ad702a275168a0207d604be998da6 (diff)
downloadaur-d62a531de8ca85aa0e0b06bba5466065dad4d6d0.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c71ffbc34c7..7fa0dbfdd9ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
-# Generated by mksrcinfo v8
-# Mon Apr 15 01:37:13 UTC 2019
pkgbase = vapoursynth-plugin-inpaint-git
pkgdesc = Plugin for Vapoursynth: inpaint (GIT version)
pkgver = r2.dafa5b5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/invisiblearts/VapourSynth-Inpaint
arch = x86_64
license = GPL
makedepends = git
depends = vapoursynth
depends = opencv
+ provides = vapoursynth-plugin-inpaint
+ conflicts = vapoursynth-plugin-inpaint
source = inpaint::git+https://github.com/invisiblearts/VapourSynth-Inpaint.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e5da8f7d0dc9..efdb0ea5e9cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_plug=inpaint
pkgname=vapoursynth-plugin-${_plug}-git
pkgver=r2.dafa5b5
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/invisiblearts/VapourSynth-Inpaint'
@@ -12,6 +12,8 @@ depends=('vapoursynth'
'opencv'
)
makedepends=('git')
+provides=("vapoursynth-plugin-${_plug}")
+conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/invisiblearts/VapourSynth-Inpaint.git")
sha256sums=('SKIP')