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 d7d53eb66842..653814fdf280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Mon Apr 15 01:38:27 UTC 2019
pkgbase = vapoursynth-plugin-templinearapproximate-git
pkgdesc = Plugin for Vapoursynth: templinearapproximate (GIT version)
pkgver = r3.6.g604688d
@@ -15,4 +13,3 @@ pkgbase = vapoursynth-plugin-templinearapproximate-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-templinearapproximate-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 5033268ad452..ef1f9f5e3bf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://bitbucket.org/mystery_keeper/${_plug}-vapoursynth.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}"