summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 16:47:54 +0100
committersL1pKn072021-12-10 16:47:54 +0100
commit5d6beb897919ede10e8a7f9bb57f2c841ac5d63f (patch)
treed636258bc221fee8a775250f78fbfdc59ec09a4b
parentf4c3205f4942491caec3419dcd01e872c64589a1 (diff)
downloadaur-5d6beb897919ede10e8a7f9bb57f2c841ac5d63f.tar.gz
bump
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1277e8b1808f..ab50ed0a8696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/dubhater/vapoursynth-${_plug}.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}"