summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:13:06 +0100
committersL1pKn072021-12-10 17:13:06 +0100
commitb21154d2c4d4622805382d8ed1aaf3f88a44c530 (patch)
tree12a597472db2d4108d18419e7bbd7774c57176dd
parent01288b555c9d3931a30a4e1980dc286c8cd78a10 (diff)
downloadaur-b21154d2c4d4622805382d8ed1aaf3f88a44c530.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 dab11bc30074..1755576b20a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,4 +13,3 @@ pkgbase = vapoursynth-plugin-sharpaamcmod-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-sharpaamcmod-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 62fb71a29760..a3dee1fdd2df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://gist.github.com/8fee7aa32ba9ac566ed0.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}"