summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072023-01-05 21:05:00 +0100
committersL1pKn072023-01-05 21:05:00 +0100
commitbaed42e0c9d12c9c42a77e06dbc4156a85f3ae75 (patch)
tree4367f9b35fe25642ea1a786d098fb77164a345e5 /PKGBUILD
parent90a8b7fb0422b2b26fc17d849722d1df6cba1f92 (diff)
downloadaur-vapoursynth-plugin-vsgan-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 0581a54a4e6e..489cc27f7cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=vsgan
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=1.6.4.44.ga4269a8
+pkgver=1.6.4.61.gfbb606c
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
@@ -34,7 +34,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"