summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkageru2020-07-14 17:17:00 +0200
committerkageru2020-07-14 17:17:00 +0200
commita0d8aad9f707d87a0fe47a653251be0a2fb744a5 (patch)
tree5683411ecef60f07465a66c2438a94eb13388606 /PKGBUILD
parentc0adab5605940c1b303ef35eaa2ac5bf2577fa06 (diff)
downloadaur-vapoursynth-plugin-vsutil-git.tar.gz
Remove useless variable
That was only needed when we had to copy the files manually instead of using setup.py
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
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)"