summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072023-01-05 20:55:00 +0100
committersL1pKn072023-01-05 20:55:00 +0100
commit59d5da5f7ad41da294204c0c30d42fa959f60bb5 (patch)
tree2b076f0b0f9c46780e2bb99c4bab1a916077ab5f /PKGBUILD
parent54867173a7e6a9c080e48c808acb174ab9526704 (diff)
downloadaur-vapoursynth-plugin-jvsfunc-git.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d0f30577781..711471742d65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_plug=jvsfunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=1.0.11.6.gb81ea80
+pkgver=1.0.16.1.g0200b4f
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://github.com/dnjulek/jvsfunc.git'
-license=('GPL')
+license=('MIT')
depends=('vapoursynth-plugin-vsutil-git'
'vapoursynth-plugin-lvsfunc-git'
'vapoursynth-plugin-vsrgtools-git'
@@ -33,7 +33,7 @@ build() {
package() {
cd "${_plug}"
- pip install -I --root "${pkgdir}" --no-warn-script-location --no-deps dist/*.whl
+ pip install -I -U --root "${pkgdir}" --no-warn-script-location --no-deps dist/*.whl
install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"