summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-10-10 02:24:00 +0200
committersL1pKn072021-10-10 02:24:00 +0200
commit0e189a9ac0256debb49ae46219d4d02f8af3696f (patch)
tree923d5ba4fc2a92975ed886cb4b2bd5d102d99bc2
parent3526e263089acc73d428af91658551d81b6d9243 (diff)
downloadaur-0e189a9ac0256debb49ae46219d4d02f8af3696f.tar.gz
bump
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD15
2 files changed, 15 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c0acbace910..175bb8ee4148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = vapoursynth-plugin-xaa-git
pkgdesc = Plugin for Vapoursynth: xaa (GIT version)
- pkgver = v3.0.g104f39e
- pkgrel = 2
+ pkgver = v3.2.g6a39c63
+ pkgrel = 1
url = https://github.com/dubhater/vapoursynth-xaa
arch = x86_64
license = GPL
makedepends = git
depends = vapoursynth-plugin-eedi2-git
- depends = vapoursynth-plugin-eedi3cl-git
- depends = vapoursynth-plugin-nnedi3cl-git
- depends = vapoursynth-plugin-sangnom
+ depends = vapoursynth-plugin-znedi3-git
+ depends = vapoursynth-plugin-sangnom-git
depends = vapoursynth-plugin-tcanny-git
depends = vapoursynth-plugin-tedgemask-git
- depends = vapoursynth-plugin-znedi3-git
+ depends = vapoursynth-plugin-nnedi3cl-git
+ depends = vapoursynth-plugin-eedi3-git
+ depends = vapoursynth-plugin-eedi3m-git
provides = vapoursynth-plugin-xaa
conflicts = vapoursynth-plugin-xaa
source = xaa::git+https://github.com/dubhater/vapoursynth-xaa.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-xaa-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f829b05bf74a..984a456fe1ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,20 @@
_plug=xaa
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v3.0.g104f39e
-pkgrel=2
+pkgver=v3.2.g6a39c63
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url="https://github.com/dubhater/vapoursynth-${_plug}"
license=('GPL')
depends=('vapoursynth-plugin-eedi2-git'
- 'vapoursynth-plugin-eedi3cl-git'
- 'vapoursynth-plugin-nnedi3cl-git'
- 'vapoursynth-plugin-sangnom'
+ 'vapoursynth-plugin-znedi3-git'
+ 'vapoursynth-plugin-sangnom-git'
'vapoursynth-plugin-tcanny-git'
'vapoursynth-plugin-tedgemask-git'
- 'vapoursynth-plugin-znedi3-git'
+ 'vapoursynth-plugin-nnedi3cl-git'
+ 'vapoursynth-plugin-eedi3-git'
+ 'vapoursynth-plugin-eedi3m-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
@@ -34,4 +35,4 @@ package(){
install -Dm644 "${_plug}.py" "${pkgdir}${_site_packages}/${_plug}.py"
python -m compileall -q -f -d "${_site_packages}" "${pkgdir}${_site_packages}/${_plug}.py"
python -OO -m compileall -q -f -d "${_site_packages}" "${pkgdir}${_site_packages}/${_plug}.py"
-} \ No newline at end of file
+}