summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-12-10 17:29:14 +0100
committersL1pKn072021-12-10 17:29:14 +0100
commit01f7986aff64fe83df5cfbde8fad857d0f846970 (patch)
treeb9ab055fd4b9559fce1a1cb3c927d7687cf16ec3
parente6acda982a81902c17f98689bd83e917338f361e (diff)
downloadaur-01f7986aff64fe83df5cfbde8fad857d0f846970.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 7702568a866b..025cc4f6876e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vapoursynth-plugin-kagefunc-git
pkgdesc = Plugin for Vapoursynth: kagefunc (GIT version)
- pkgver = r47.8d3f377
- pkgrel = 3
+ pkgver = r61.ee61e8f
+ pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/kagefunc
arch = x86_64
license = GPL
@@ -24,4 +24,3 @@ pkgbase = vapoursynth-plugin-kagefunc-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-kagefunc-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d144f9e40300..919e2c676ede 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_plug=kagefunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r47.8d3f377
-pkgrel=3
+pkgver=r61.ee61e8f
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/Irrational-Encoding-Wizardry/kagefunc'
@@ -28,7 +28,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/Irrational-Encoding-Wizardry/kagefunc.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}"