summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:17:40 +0100
committersL1pKn072021-12-10 17:17:40 +0100
commit72f14907f2614c203c3afdca37f966c47892de67 (patch)
treef0d701e81c5c30a63e0fb9461105a1546a98cfb4
parentf7a45a6b264d1a9566e762ff8b9e343b5f39f483 (diff)
downloadaur-72f14907f2614c203c3afdca37f966c47892de67.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 96c6a09b0f73..8de839ebac5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-tonemaping-git
pkgdesc = Plugin for Vapoursynth: tonemaping (GIT version)
- pkgver = r5.c8e956d
+ pkgver = r9.c0c3705
pkgrel = 1
url = https://github.com/age1988/vapoursynth-tonemapping
arch = any
@@ -13,4 +13,3 @@ pkgbase = vapoursynth-plugin-tonemaping-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-tonemaping-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 01b0185b0ebd..37e4295f7f3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=tonemaping
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r5.c8e956d
+pkgver=r9.c0c3705
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
@@ -15,7 +15,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/age1988/vapoursynth-tonemapping.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}"