diff options
author | sL1pKn07 | 2021-12-10 17:11:42 +0100 |
---|---|---|
committer | sL1pKn07 | 2021-12-10 17:11:42 +0100 |
commit | 265683e83107a928ddb9c6a58650c9d1d66aafdb (patch) | |
tree | 817d73304205ff64a2f4257d8e166fa8fcc18d05 | |
parent | e73e86cd68c7ab481432c6aa84d425fbf26c7a25 (diff) | |
download | aur-265683e83107a928ddb9c6a58650c9d1d66aafdb.tar.gz |
bump
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -13,4 +13,3 @@ pkgbase = vapoursynth-plugin-dither-git sha256sums = SKIP pkgname = vapoursynth-plugin-dither-git - @@ -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}" |