summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:11:42 +0100
committersL1pKn072021-12-10 17:11:42 +0100
commit265683e83107a928ddb9c6a58650c9d1d66aafdb (patch)
tree817d73304205ff64a2f4257d8e166fa8fcc18d05
parente73e86cd68c7ab481432c6aa84d425fbf26c7a25 (diff)
downloadaur-vapoursynth-plugin-dither-git.tar.gz
bump
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e73765e93187..429e30b6bf08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,4 +13,3 @@ pkgbase = vapoursynth-plugin-dither-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-dither-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 31a12d77b3e9..93462ca4b6fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/IFeelBloated/VaporSynth-Functions.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}"