summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-01 17:08:18 +0100
committersL1pKn072019-03-01 17:08:18 +0100
commit575afb39e4452a6590cb746b049f7ea9c47b2025 (patch)
tree7d559162f86787befe308e1b7340a7e4abfd9e0f
parent555a25e45dac597ae11e6d5a0b990d0f78431919 (diff)
downloadaur-575afb39e4452a6590cb746b049f7ea9c47b2025.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9386570b95d..51f7bdae21c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Mar 1 16:07:17 UTC 2019
+# Fri Mar 1 16:08:18 UTC 2019
pkgbase = vapoursynth-plugin-mvsfunc-git
pkgdesc = Plugin for Vapoursynth: mvsfunc (GIT version)
pkgver = v9.r48.413e23f
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=172564
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
makedepends = git
- depends = vapoursynth-plugin-fmtconv
+ depends = vapoursynth-plugin-fmtconv-git
depends = vapoursynth-plugin-bm3d-git
provides = vapoursynth-plugin-mvsfunc
conflicts = vapoursynth-plugin-mvsfunc
diff --git a/PKGBUILD b/PKGBUILD
index 73a2a130283d..05948a7a25cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgname=vapoursynth-plugin-${_plug}-git
pkgver=v9.r48.413e23f
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
-arch=('i686' 'x86_64')
+arch=('any')
url='http://forum.doom9.org/showthread.php?t=172564'
license=('GPL')
-depends=('vapoursynth-plugin-fmtconv'
+depends=('vapoursynth-plugin-fmtconv-git'
'vapoursynth-plugin-bm3d-git'
)
makedepends=('git')