summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-01 16:20:31 +0100
committersL1pKn072019-03-01 16:20:31 +0100
commit9bf4249d8b23c9412c13a45ea38cb0f27f848c48 (patch)
tree234ae1e0132960a80efe3baf8668d50b389e074a
parent55a1efc954e4ecf3b299492f6e24646ed1c0398e (diff)
downloadaur-9bf4249d8b23c9412c13a45ea38cb0f27f848c48.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 71a3d1b9eb5a..26e670a3e683 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 21:10:21 UTC 2016
+# Fri Mar 1 15:20:27 UTC 2019
pkgbase = vapoursynth-plugin-dither-git
pkgdesc = Plugin for Vapoursynth: dither (GIT version)
pkgver = r19.0f209b6
pkgrel = 1
- url = http://forum.doom9.org/showthread.php?t=171525
+ url = https://forum.doom9.org/showthread.php?t=171525
arch = any
license = GPL
makedepends = git
depends = vapoursynth
- depends = vapoursynth-plugin-fmtconv
+ depends = vapoursynth-plugin-fmtconv-git
provides = vapoursynth-plugin-dither
conflicts = vapoursynth-plugin-dither
source = dither::git+https://github.com/IFeelBloated/VaporSynth-Functions.git
diff --git a/PKGBUILD b/PKGBUILD
index 5630e9b971cb..9cc4c0ccba68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgver=r19.0f209b6
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
-url='http://forum.doom9.org/showthread.php?t=171525'
+url='https://forum.doom9.org/showthread.php?t=171525'
license=('GPL')
depends=('vapoursynth'
- 'vapoursynth-plugin-fmtconv'
+ 'vapoursynth-plugin-fmtconv-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")