summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:04:26 +0100
committersL1pKn072021-12-10 17:04:26 +0100
commit0653dd6c38be5f5f2fc81a3cd44902858618d040 (patch)
tree6c2e871ac078504d215bc7c6e57fde55de730810
parentc1df71a78b86a367ca9418a0ab76689d83ea4fed (diff)
downloadaur-0653dd6c38be5f5f2fc81a3cd44902858618d040.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 ada1a8240d09..5d62ffcc5b95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,4 +14,3 @@ pkgbase = vapoursynth-plugin-finedehalo-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-finedehalo-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7dcb7121dd60..812875eebca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://gist.github.com/bcd427ec0fa8fdf7c45433917521bac4.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}"