summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:58:23 +0100
committersL1pKn072021-12-10 17:58:23 +0100
commitf5b8e6ba5b21427877ba29075bf820dec4b1b437 (patch)
tree7fee591c28f49dc42c42abf0b836fb892cae2a95
parent86aae23a3990b30a90569c3422313d24a597d42c (diff)
downloadaur-f5b8e6ba5b21427877ba29075bf820dec4b1b437.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f0555405f78..654d98940432 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Mar 15 23:53:59 UTC 2019
pkgbase = vapoursynth-plugin-finesharp-git
pkgdesc = Plugin for Vapoursynth: finesharp (GIT Version)
- pkgver = r9
- pkgrel = 2
+ pkgver = r14
+ pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=166524
arch = any
license = GPL
@@ -15,4 +13,3 @@ pkgbase = vapoursynth-plugin-finesharp-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-finesharp-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 29fdd10ee918..8b4770eb1a19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_plug=finesharp
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r9
-pkgrel=2
+pkgver=r14
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT Version)"
arch=('any')
url='https://forum.doom9.org/showthread.php?t=166524'
@@ -15,7 +15,7 @@ makedepends=('git')
source=("${_plug}::git+https://gist.github.com/8676fd350d4b5b223ab9.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}"