summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:24:25 +0100
committersL1pKn072021-12-10 17:24:25 +0100
commit39e3f634c0f49dd570bb8df2f8e7a28bab0fb4a6 (patch)
treeb0e164d15bd04e069677ceddd0ae09389b2bd8f6
parent394398bd0fd13157e4bf53ca9dfa7f9c33011d98 (diff)
downloadaur-39e3f634c0f49dd570bb8df2f8e7a28bab0fb4a6.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f7290b7f94d..03df3a53d27c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vapoursynth-plugin-mcdegrainsharp-git
pkgdesc = Plugin for Vapoursynth: mcdegrainsharp (GIT version)
- pkgver = r5
- pkgrel = 3
+ pkgver = r6
+ pkgrel = 1
url = https://gist.github.com/4re
arch = any
license = GPL
@@ -14,4 +14,3 @@ pkgbase = vapoursynth-plugin-mcdegrainsharp-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-mcdegrainsharp-git
-
diff --git a/PKGBUILD b/PKGBUILD
index dd82da3e6a94..a21fbfa86e03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_plug=mcdegrainsharp
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r5
-pkgrel=3
+pkgver=r6
+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/b5399b1801072458fc80.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}"