summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:15:47 +0100
committersL1pKn072021-12-10 17:15:47 +0100
commit8c8b4477e8d78c8f5b3200c9335f78db9820685c (patch)
treed7677a5268bf034abd4620b84d3682f9ac4ce8bc
parent0ec86f8567f07c36ba2047230583f1493e1841d1 (diff)
downloadaur-8c8b4477e8d78c8f5b3200c9335f78db9820685c.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 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}"