summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:09:21 +0100
committersL1pKn072021-12-10 17:09:21 +0100
commit2b99b65d96a603c45ba71de88791c4ff205e884d (patch)
tree231e8290efcbfed303dacc7fff62bb80dc645c74
parentb3aebddd597fbd7078bdaecd0e8261d65cee64fd (diff)
downloadaur-2b99b65d96a603c45ba71de88791c4ff205e884d.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b42000b25d0..0dcad4c2be7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Fri Mar 15 23:51:01 UTC 2019
pkgbase = vapoursynth-plugin-maskdetail-git
pkgdesc = Plugin for Vapoursynth: maskdetail (GIT version)
pkgver = r10.1f927c8
@@ -15,4 +13,3 @@ pkgbase = vapoursynth-plugin-maskdetail-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-maskdetail-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 11c027f0a0a5..cca91da94e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/MonoS/VS-MaskDetail.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}"