summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 16:49:13 +0100
committersL1pKn072021-12-10 16:49:13 +0100
commitd85ce9a1cf0bd158f0d4b20b373d0a03a5f13a40 (patch)
tree81988a88d817ca6d007f23a43528b79c2351f279 /PKGBUILD
parentee6197593f6fefea1d0339a50181911894ffd7e5 (diff)
downloadaur-d85ce9a1cf0bd158f0d4b20b373d0a03a5f13a40.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab79f4d622ee..7f7906e2d1e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_plug=knlm
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r3
-pkgrel=3
+pkgver=r4
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://gist.github.com/4re'
@@ -17,7 +17,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://gist.github.com/4788aa29cee72ac78361.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}"