summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-01-05 21:05:00 +0100
committersL1pKn072023-01-05 21:05:00 +0100
commitbaed42e0c9d12c9c42a77e06dbc4156a85f3ae75 (patch)
tree4367f9b35fe25642ea1a786d098fb77164a345e5
parent90a8b7fb0422b2b26fc17d849722d1df6cba1f92 (diff)
downloadaur-baed42e0c9d12c9c42a77e06dbc4156a85f3ae75.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79581dac9e42..87c6150590b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-vsgan-git
pkgdesc = Plugin for Vapoursynth: vsgan (GIT version)
- pkgver = 1.6.4.44.ga4269a8
+ pkgver = 1.6.4.61.gfbb606c
pkgrel = 1
url = https://github.com/rlaPHOENiX/VSGAN
arch = any
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"