summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:45:49 +0100
committersL1pKn072021-12-10 17:45:49 +0100
commitba8e250ffbf67ae5551bce06f8ddd60fd1427af0 (patch)
tree5e79d83d5d2207e1311719a8119bd3cc3b5629b1
parent686dc53ee43a1cf94431d029e1f7c230331bca0a (diff)
downloadaur-ba8e250ffbf67ae5551bce06f8ddd60fd1427af0.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e11607c43edb..ca22cf920c54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-nnedi3_resamplecl-git
pkgdesc = Plugin for Vapoursynth: nnedi3_resamplecl (GIT version)
- pkgver = r4.75877c8
+ pkgver = r19.be07d66
pkgrel = 1
url = https://github.com/xyx98/my-vapoursynth-script
arch = any
@@ -14,4 +14,3 @@ pkgbase = vapoursynth-plugin-nnedi3_resamplecl-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-nnedi3_resamplecl-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2a2803dbfb3f..96b47036c817 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=nnedi3_resamplecl
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r4.75877c8
+pkgver=r19.be07d66
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
@@ -17,7 +17,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}"