summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-01-01 20:41:56 +0100
committersL1pKn072017-01-01 20:41:56 +0100
commita73d038b1732653612407f4836e3694490dc760d (patch)
treef6f7714b880381780102b8540e8c390bf44a5845
parent23c6f97c29ddc3094bd72ece06f5f664756da3d5 (diff)
downloadaur-a73d038b1732653612407f4836e3694490dc760d.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1807c61c29e..d5d6a49b2c42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 21:15:34 UTC 2016
+# Sun Jan 1 19:41:48 UTC 2017
pkgbase = vapoursynth-plugin-mcdegrainsharp-git
pkgdesc = Plugin for Vapoursynth: mcdegrainsharp (GIT version)
- pkgver = r4
+ pkgver = r5
pkgrel = 1
url = https://gist.github.com/4re
arch = any
license = GPL
makedepends = git
depends = vapoursynth
- depends = vapoursynth-plugin-genericfilters-git
+ depends = vapoursynth-plugin-tcanny-git
depends = vapoursynth-plugin-mvtools
provides = vapoursynth-plugin-mcdegrainsharp
conflicts = vapoursynth-plugin-mcdegrainsharp
diff --git a/PKGBUILD b/PKGBUILD
index 2fe25b6df45b..26fa148040a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_plug=mcdegrainsharp
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r4
+pkgver=r5
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://gist.github.com/4re'
license=('GPL')
depends=('vapoursynth'
- 'vapoursynth-plugin-genericfilters-git'
+ 'vapoursynth-plugin-tcanny-git'
'vapoursynth-plugin-mvtools'
)
makedepends=('git')