summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:13:55 +0100
committersL1pKn072021-12-10 17:13:55 +0100
commit21b36f96c80e67e80c693cda7cdc76050855acc3 (patch)
tree48e87be4867caae634b3aeb6a7305f7119bff63c
parent6026890705fb3a6f12e19714dcf2c9d6f17a37ab (diff)
downloadaur-21b36f96c80e67e80c693cda7cdc76050855acc3.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc578fc38b3a..800dcc2a17ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-mvsfunc-git
pkgdesc = Plugin for Vapoursynth: mvsfunc (GIT version)
- pkgver = v10.r63.03a9e58
+ pkgver = v10.r64.b9218ff
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=172564
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6b861e417072..9f9e00d8051c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=mvsfunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v10.r63.03a9e58
+pkgver=v10.r64.b9218ff
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
@@ -17,7 +17,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
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())")"
+_site_packages="$(python -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')"
pkgver() {
cd "${_plug}"