summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-02-17 16:08:17 +0100
committersL1pKn072017-02-17 16:08:17 +0100
commitd6b994a9d4f463c7b65d75e58413400b635270be (patch)
tree197084636a500d9945d75c1b37aa44b1c97eee8b
parent63b2780f0c975184e86f6769e530700bb0ee9312 (diff)
downloadaur-d6b994a9d4f463c7b65d75e58413400b635270be.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 033f0f9837ab..2fdd245c7f4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 20:24:42 UTC 2016
+# Fri Feb 17 15:08:12 UTC 2017
pkgbase = vapoursynth-plugin-plum-git
pkgdesc = Plugin for Vapoursynth: plum (GIT version)
- pkgver = r9.9602bec
+ pkgver = r48.2778b04
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=173775
arch = i686
arch = x86_64
license = GPL
makedepends = git
+ depends = vapoursynth
depends = vapoursynth-plugin-knlmeanscl
depends = vapoursynth-plugin-fmtconv
depends = vapoursynth-plugin-nnedi3-git
diff --git a/PKGBUILD b/PKGBUILD
index 0656be80cfc8..106f4956d2cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_plug=plum
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r9.9602bec
+pkgver=r48.2778b04
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=173775'
license=('GPL')
-depends=('vapoursynth-plugin-knlmeanscl'
+depends=('vapoursynth'
+ 'vapoursynth-plugin-knlmeanscl'
'vapoursynth-plugin-fmtconv'
'vapoursynth-plugin-nnedi3-git'
'vapoursynth-plugin-vcfreq'