summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:13:55 +0100
committersL1pKn072021-12-10 17:13:55 +0100
commit21b36f96c80e67e80c693cda7cdc76050855acc3 (patch)
tree48e87be4867caae634b3aeb6a7305f7119bff63c /PKGBUILD
parent6026890705fb3a6f12e19714dcf2c9d6f17a37ab (diff)
downloadaur-21b36f96c80e67e80c693cda7cdc76050855acc3.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"