summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authork4yt3x2025-01-25 00:00:00 +0000
committerk4yt3x2025-01-25 00:00:00 +0000
commit32b2d109ec437d2a5e205988aa280c56b64ab6d1 (patch)
tree5582cf6dce1a69fae194eb3fd07bfddb791b4c10
parent1b02465c831dffec8b5e75af373f15d527279caa (diff)
downloadaur-32b2d109ec437d2a5e205988aa280c56b64ab6d1.tar.gz
update to version 6.4.0
Signed-off-by: k4yt3x <i@k4yt3x.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53987ac85342..c2605e449026 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = video2x
pkgdesc = A machine learning-based video super resolution and frame interpolation framework
- pkgver = 6.3.1
+ pkgver = 6.4.0
pkgrel = 2
url = https://github.com/k4yt3x/video2x
arch = x86_64
@@ -18,11 +18,11 @@ pkgbase = video2x
depends = boost-libs
provides = video2x
conflicts = video2x
- source = git+https://github.com/k4yt3x/video2x.git#commit=517003a
+ source = git+https://github.com/k4yt3x/video2x.git#tag=6.4.0
source = git+https://github.com/k4yt3x/libreal-esrgan-ncnn-vulkan.git
source = git+https://github.com/k4yt3x/librealcugan-ncnn-vulkan.git
source = git+https://github.com/k4yt3x/librife-ncnn-vulkan.git
- b2sums = 40d22c212f8fc82fa8f81def724a0dbd66e175b2adb3425df049cf9bdd178ee49384c10b6cc2703b87ac1bacc8f36f5cab0cb6bfd6700072f086e15adcb8c1fe
+ b2sums = 9ef95c906046fbfa8f4514b0be90ff5375248af1c48cf20d022d19a6ab64f1ed9f0d83c39b300761b1ad34dfe4b52cc7020412d50085bd73c912b984109276f6
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 740d0e603630..708c15c578f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: K4YT3X <aur@k4yt3x.com>
# Maintainer: Antoine Viallon <antoine+aur@lesviallon.fr>
pkgname=video2x
-pkgver=6.3.1
+pkgver=6.4.0
pkgrel=2
pkgdesc="A machine learning-based video super resolution and frame interpolation framework"
arch=('x86_64')
@@ -11,12 +11,11 @@ depends=('ffmpeg' 'ncnn' 'vulkan-driver' 'spdlog' 'boost-libs')
makedepends=('git' 'cmake' 'clang' 'vulkan-headers' 'openmp' 'boost')
provides=("${pkgname}")
conflicts=("${pkgname}")
-#source=("git+${url}.git#tag=${pkgver}"
-source=("git+${url}.git#commit=517003a"
+source=("git+${url}.git#tag=${pkgver}"
"git+https://github.com/k4yt3x/libreal-esrgan-ncnn-vulkan.git"
"git+https://github.com/k4yt3x/librealcugan-ncnn-vulkan.git"
"git+https://github.com/k4yt3x/librife-ncnn-vulkan.git")
-b2sums=('40d22c212f8fc82fa8f81def724a0dbd66e175b2adb3425df049cf9bdd178ee49384c10b6cc2703b87ac1bacc8f36f5cab0cb6bfd6700072f086e15adcb8c1fe'
+b2sums=('9ef95c906046fbfa8f4514b0be90ff5375248af1c48cf20d022d19a6ab64f1ed9f0d83c39b300761b1ad34dfe4b52cc7020412d50085bd73c912b984109276f6'
'SKIP'
'SKIP'
'SKIP')