summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:23:34 +0100
committersL1pKn072021-12-10 17:23:34 +0100
commit901b12484f6134c06ca3ead2b26849bd14104e2b (patch)
treed8cf1a9520b56bc08b15badf6ce029ca4fb189dd
parent535dce96f9e9d6b359fa68d768900dd50924770c (diff)
downloadaur-901b12484f6134c06ca3ead2b26849bd14104e2b.tar.gz
bump
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d62bc669bd42..45f31b293e9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/theChaosCoder/lostfunc.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}"