summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:18:52 +0100
committersL1pKn072021-12-10 17:18:52 +0100
commit5d973e32da883c96279ced03ec0fb4dc820f10c1 (patch)
tree57ec58d6ccbf68c73a489eba803cf88262c26973
parent9e0536d2e760e96b11ed81b03e1b67aafdaeddee (diff)
downloadaur-5d973e32da883c96279ced03ec0fb4dc820f10c1.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 402845c495b4..a160de377c1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,4 +13,3 @@ pkgbase = vapoursynth-plugin-warpsharpsupport-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-warpsharpsupport-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f3e853dbee26..2d9efed43b26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/myrsloik/WarpSharpSupport.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}"