summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:00:14 +0100
committersL1pKn072021-12-10 17:00:14 +0100
commit7e49ffd8e72e81e24773db785c0561acc2ab4080 (patch)
tree18be9f7ce2e7bdeca44a7f5f20efbcfc6b62490f
parentb3b0c1d020e05a466ff6105a39f7dede7cbe9cf3 (diff)
downloadaur-7e49ffd8e72e81e24773db785c0561acc2ab4080.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b333daa6ee03..b1945f29308b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 30 20:07:37 UTC 2019
pkgbase = vapoursynth-plugin-hdr2sdr-git
pkgdesc = Plugin for Vapoursynth: hdr2sdr (GIT version)
- pkgver = r2
+ pkgver = r3
pkgrel = 1
url = https://gist.github.com/4re
arch = any
@@ -15,4 +13,3 @@ pkgbase = vapoursynth-plugin-hdr2sdr-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-hdr2sdr-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 929a2184fd71..241c81e79a7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=hdr2sdr
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r2
+pkgver=r3
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
@@ -15,7 +15,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://gist.github.com/4re/34ccbb95732c1bef47c3d2975ac62395")
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}"