summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:29:14 +0100
committersL1pKn072021-12-10 17:29:14 +0100
commit01f7986aff64fe83df5cfbde8fad857d0f846970 (patch)
treeb9ab055fd4b9559fce1a1cb3c927d7687cf16ec3 /PKGBUILD
parente6acda982a81902c17f98689bd83e917338f361e (diff)
downloadaur-vapoursynth-plugin-kagefunc-git.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 d144f9e40300..919e2c676ede 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_plug=kagefunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r47.8d3f377
-pkgrel=3
+pkgver=r61.ee61e8f
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/Irrational-Encoding-Wizardry/kagefunc'
@@ -28,7 +28,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/Irrational-Encoding-Wizardry/kagefunc.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}"