summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-08 04:09:53 +0100
committersL1pKn072020-03-08 04:09:53 +0100
commitf6752a1d7315f4fe56840f23dffc2e2866ffa3ee (patch)
tree1823977726b55ac8e72740daae15ff771ff39123
parent26e0902b5a616c47f7b107daa839dc351853375e (diff)
downloadaur-f6752a1d7315f4fe56840f23dffc2e2866ffa3ee.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 981fce94ef89..af0af5b4cef7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = vapoursynth-plugin-fvsfunc-git
pkgdesc = Plugin for Vapoursynth: fvsfunc (GIT version)
pkgver = r19.83f5705
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Irrational-Encoding-Wizardry/fvsfunc
arch = any
license = GPL
makedepends = git
- depends = vapoursynth
depends = vapoursynth-plugin-muvsfunc-git
depends = vapoursynth-plugin-edi_rpow2-git
provides = vapoursynth-plugin-fvsfunc
diff --git a/PKGBUILD b/PKGBUILD
index 993c20a2efc2..55c17a328f4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
_plug=fvsfunc
pkgname=vapoursynth-plugin-${_plug}-git
pkgver=r19.83f5705
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://github.com/Irrational-Encoding-Wizardry/fvsfunc'
license=('GPL')
-depends=('vapoursynth'
- 'vapoursynth-plugin-muvsfunc-git'
+depends=('vapoursynth-plugin-muvsfunc-git'
'vapoursynth-plugin-edi_rpow2-git'
)
makedepends=('git')