summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:16:47 +0100
committersL1pKn072021-12-10 17:16:47 +0100
commitd3fbd6eba4dcc7611cb003f76e9b7cdbc504e48c (patch)
treedde26a72ec311540048215b3ffd69172af70e90c
parent760ad83a55c6fa1b14d98bc94189aef749cd0083 (diff)
downloadaur-d3fbd6eba4dcc7611cb003f76e9b7cdbc504e48c.tar.gz
bump
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6214470847c..9edf389c5fa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/Irrational-Encoding-Wizardry/fvsfunc.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}"