summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:50:11 +0100
committersL1pKn072021-12-10 17:50:16 +0100
commitdc5d91d42705445dc476864a20f5ef995d470162 (patch)
treea3d734d6ddbfc0b3899d4500aa227da62c158b6c
parented2df21debc3dd5ee7f84cc4cee2f45773664ee9 (diff)
downloadaur-dc5d91d42705445dc476864a20f5ef995d470162.tar.gz
bump
-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}"