summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072020-03-09 14:08:45 +0100
committersL1pKn072020-03-09 14:08:45 +0100
commit3ed8023bf699b656eb2fd699ce70f16449259a10 (patch)
treeea45deb1058a6b86f109197edae30a738e8952a6 /PKGBUILD
parent8f87c1d7b32db2b615d4ddd02b42f32756816525 (diff)
downloadaur-3ed8023bf699b656eb2fd699ce70f16449259a10.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c203b8e8d53e..556dc2f3ec2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_plug=imagine
pkgname=vapoursynth-plugin-${_plug}-git
pkgver=r41.73be955
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://forum.doom9.org/showthread.php?t=173633'
@@ -17,6 +17,9 @@ depends=('vapoursynth'
'libavutil.so'
'libswscale.so'
)
+makedepends=('git')
+provides=("vapoursynth-plugin-${_plug}")
+conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/sekrit-twc/imagine.git"
'git+https://github.com/sekrit-twc/libp2p.git'
'git+https://github.com/sekrit-twc/vsxx.git'