summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48132707a703..bf43a052ab22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-vsutil-git
pkgdesc = A collection of general purpose Vapoursynth functions to be reused in modules/scripts
- pkgver = r60.afc1870
+ pkgver = r73.5ff158e
pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/vsutil
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 86c66c7e4e28..f71f8849c140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=vsutil
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r60.afc1870
+pkgver=r73.5ff158e
pkgrel=1
pkgdesc='A collection of general purpose Vapoursynth functions to be reused in modules/scripts'
arch=('x86_64')
@@ -16,8 +16,6 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/Irrational-Encoding-Wizardry/vsutil.git")
sha256sums=('SKIP')
-_site_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"
-
pkgver() {
cd "${_plug}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"