summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0db4dd26d03..ba00f25f9d39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Fri Mar 15 23:41:13 UTC 2019
pkgbase = vapoursynth-plugin-colorfade-git
pkgdesc = Plugin for Vapoursynth: colorfade (GIT Version)
pkgver = r9.bed42cc
@@ -15,4 +13,3 @@ pkgbase = vapoursynth-plugin-colorfade-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-colorfade-git
-
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}"