summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-09 14:08:45 +0100
committersL1pKn072020-03-09 14:08:45 +0100
commit3ed8023bf699b656eb2fd699ce70f16449259a10 (patch)
treeea45deb1058a6b86f109197edae30a738e8952a6
parent8f87c1d7b32db2b615d4ddd02b42f32756816525 (diff)
downloadaur-3ed8023bf699b656eb2fd699ce70f16449259a10.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9d00c4f4b8d..2fcb096bd84e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
-# Generated by mksrcinfo v8
-# Sat Mar 2 22:37:55 UTC 2019
pkgbase = vapoursynth-plugin-imagine-git
pkgdesc = Plugin for Vapoursynth: imagine (GIT version)
pkgver = r41.73be955
- pkgrel = 1
+ pkgrel = 2
url = https://forum.doom9.org/showthread.php?t=173633
arch = x86_64
license = GPL
+ makedepends = git
depends = vapoursynth
depends = libpng
depends = libtiff
@@ -15,6 +14,8 @@ pkgbase = vapoursynth-plugin-imagine-git
depends = libavformat.so
depends = libavutil.so
depends = libswscale.so
+ provides = vapoursynth-plugin-imagine
+ conflicts = vapoursynth-plugin-imagine
source = imagine::git+https://github.com/sekrit-twc/imagine.git
source = git+https://github.com/sekrit-twc/libp2p.git
source = git+https://github.com/sekrit-twc/vsxx.git
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'