summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 16:45:56 +0100
committersL1pKn072021-12-10 16:45:56 +0100
commit05b5c5b4193ebf1ce9d3b417c2855d20f6f22b73 (patch)
tree6ca5b4915bde438cc8697c448f27f870f29cfec4 /PKGBUILD
parentadcb6f6131bd95dbfbeaaf6212f335f1f49268b5 (diff)
downloadaur-vapoursynth-plugin-oyster-git.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d37f269699bd..16a45fe20bc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/IFeelBloated/Oyster.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}"