summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 18:00:15 +0100
committersL1pKn072021-12-10 18:00:15 +0100
commitcc39b766464e7f47ba0015233f0756d198712c03 (patch)
tree610a43734f0b144ceecfee18dc86766633540e4a /PKGBUILD
parentb50e7c712aa2b146185bdf3389f0442ed86a73eb (diff)
downloadaur-cc39b766464e7f47ba0015233f0756d198712c03.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f52f6f25b40..72eb885ec035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ source=("${_plug}::git+https://github.com/Irrational-Encoding-Wizardry/vapoursyn
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}"