summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-08 04:04:24 +0100
committersL1pKn072020-03-08 04:04:24 +0100
commitee6197593f6fefea1d0339a50181911894ffd7e5 (patch)
treee9d5ab83d397a7bd5db28e0cc25b268fd5cf2c69
parent0c2db23ab51171b3833068e9171b57cb589ced43 (diff)
downloadaur-ee6197593f6fefea1d0339a50181911894ffd7e5.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d6233051637..c8c70e1d1b9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
-# Generated by mksrcinfo v8
-# Fri Mar 15 23:56:02 UTC 2019
pkgbase = vapoursynth-plugin-knlm-git
pkgdesc = Plugin for Vapoursynth: knlm (GIT version)
pkgver = r3
- pkgrel = 2
+ pkgrel = 3
url = https://gist.github.com/4re
arch = any
license = GPL
makedepends = git
- depends = vapoursynth
depends = vapoursynth-plugin-knlmeanscl-git
depends = vapoursynth-plugin-fmtconv-git
provides = vapoursynth-plugin-knlm
diff --git a/PKGBUILD b/PKGBUILD
index 598c710b5207..ab79f4d622ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
_plug=knlm
pkgname=vapoursynth-plugin-${_plug}-git
pkgver=r3
-pkgrel=2
+pkgrel=3
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://gist.github.com/4re'
license=('GPL')
-depends=('vapoursynth'
- 'vapoursynth-plugin-knlmeanscl-git'
+depends=('vapoursynth-plugin-knlmeanscl-git'
'vapoursynth-plugin-fmtconv-git'
)
makedepends=('git')