summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-01-05 20:55:00 +0100
committersL1pKn072023-01-05 20:55:00 +0100
commit59d5da5f7ad41da294204c0c30d42fa959f60bb5 (patch)
tree2b076f0b0f9c46780e2bb99c4bab1a916077ab5f
parent54867173a7e6a9c080e48c808acb174ab9526704 (diff)
downloadaur-vapoursynth-plugin-jvsfunc-git.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 399e27992ca4..8699f2f53e9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = vapoursynth-plugin-jvsfunc-git
pkgdesc = Plugin for Vapoursynth: jvsfunc (GIT version)
- pkgver = 1.0.11.6.gb81ea80
+ pkgver = 1.0.16.1.g0200b4f
pkgrel = 1
url = https://github.com/dnjulek/jvsfunc.git
arch = any
- license = GPL
+ license = MIT
makedepends = git
makedepends = python-pip
makedepends = python-wheel
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"