summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-10-03 02:20:15 +0200
committersL1pKn072021-10-03 02:20:15 +0200
commit6026890705fb3a6f12e19714dcf2c9d6f17a37ab (patch)
treeb300dd72c04c33271c3f24ea463218e4cb7d7b2d
parent336ef7a2fc532aa080bacad43d87cf22c9f35fdb (diff)
downloadaur-6026890705fb3a6f12e19714dcf2c9d6f17a37ab.tar.gz
bump and change to fork
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06ce9273efef..bc578fc38b3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Mar 15 23:53:16 UTC 2019
pkgbase = vapoursynth-plugin-mvsfunc-git
pkgdesc = Plugin for Vapoursynth: mvsfunc (GIT version)
- pkgver = v9.r48.413e23f
- pkgrel = 2
+ pkgver = v10.r63.03a9e58
+ pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=172564
arch = any
license = GPL
@@ -12,8 +10,7 @@ pkgbase = vapoursynth-plugin-mvsfunc-git
depends = vapoursynth-plugin-bm3d-git
provides = vapoursynth-plugin-mvsfunc
conflicts = vapoursynth-plugin-mvsfunc
- source = mvsfunc::git+https://github.com/HomeOfVapourSynthEvolution/mvsfunc.git
+ source = mvsfunc::git+https://github.com/AmusementClub/mvsfunc.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-mvsfunc-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 798898f02753..6b861e417072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_plug=mvsfunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v9.r48.413e23f
-pkgrel=2
+pkgver=v10.r63.03a9e58
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='http://forum.doom9.org/showthread.php?t=172564'
@@ -14,7 +14,7 @@ depends=('vapoursynth-plugin-fmtconv-git'
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
-source=("${_plug}::git+https://github.com/HomeOfVapourSynthEvolution/mvsfunc.git")
+source=("${_plug}::git+https://github.com/AmusementClub/mvsfunc.git")
sha256sums=('SKIP')
_site_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"