summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:15:47 +0100
committersL1pKn072021-12-10 17:15:47 +0100
commit8c8b4477e8d78c8f5b3200c9335f78db9820685c (patch)
treed7677a5268bf034abd4620b84d3682f9ac4ce8bc /PKGBUILD
parent0ec86f8567f07c36ba2047230583f1493e1841d1 (diff)
downloadaur-vapoursynth-plugin-colorfade-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 af49cd438ed2..bd554977df55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/tormaid/colorfade.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}"