summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:08:15 +0100
committersL1pKn072021-12-10 17:08:15 +0100
commit871fa46ce0dce4335b13c8728bd36f266716b5db (patch)
tree7b5f4e0c38464cdfb8e146439ec01566f09b2c87
parent0204662f1771a1ab0e557b4ae8c089c532006db1 (diff)
downloadaur-871fa46ce0dce4335b13c8728bd36f266716b5db.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 590be9c53869..f102b365c4c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-xvs-git
pkgdesc = Plugin for Vapoursynth: xvs (GIT version)
- pkgver = r18.982b32b
+ pkgver = r19.be07d66
pkgrel = 1
url = https://github.com/xyx98/my-vapoursynth-script
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 3f1666a55b64..26d8e6d3613c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=xvs
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r18.982b32b
+pkgver=r19.be07d66
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
@@ -37,7 +37,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/xyx98/my-vapoursynth-script.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}"