diff options
author | sL1pKn07 | 2021-12-10 17:17:40 +0100 |
---|---|---|
committer | sL1pKn07 | 2021-12-10 17:17:40 +0100 |
commit | 72f14907f2614c203c3afdca37f966c47892de67 (patch) | |
tree | f0d701e81c5c30a63e0fb9461105a1546a98cfb4 | |
parent | f7a45a6b264d1a9566e762ff8b9e343b5f39f483 (diff) | |
download | aur-72f14907f2614c203c3afdca37f966c47892de67.tar.gz |
bump
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -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 - @@ -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}" |