Version 1.3.1

This commit is contained in:
Josh Holmer 2025-06-22 19:09:35 -04:00
parent 6e0fdd0520
commit 7e9ddc16ee
No known key found for this signature in database
GPG key ID: AC90D4A8285601D1
2 changed files with 6 additions and 6 deletions

View file

@ -1,13 +1,13 @@
pkgbase = vapoursynth-plugin-mlrt-ext-models-artcnn
pkgdesc = Plugin for VapourSynth: mlrt (external models for ArtCNN)
pkgver = 1.3.0
pkgver = 1.3.1
pkgrel = 1
url = https://github.com/Artoriuz/ArtCNN
arch = any
license = MIT
depends = vapoursynth
depends = vapoursynth-plugin-mlrt
source = https://github.com/Artoriuz/ArtCNN/archive/refs/tags/v1.3.0.zip
sha256sums = 7ba1066e53fbc8fdb8afc3b30b7b1ed75357483beb6e8c9bfdb0387984a94470
source = https://github.com/Artoriuz/ArtCNN/archive/refs/tags/v1.3.1.zip
sha256sums = ce19e113578d3820812b01c606abc7a6fc15dd450e12c3cfe3b812c8d8ff4a21
pkgname = vapoursynth-plugin-mlrt-ext-models-artcnn

View file

@ -1,15 +1,15 @@
# Maintainer: Josh Holmer <jholmer.in@gmail.com>
pkgname=vapoursynth-plugin-mlrt-ext-models-artcnn
pkgver=1.3.0
pkgver=1.3.1
pkgrel=1
pkgdesc="Plugin for VapourSynth: mlrt (external models for ArtCNN)"
arch=('any')
url='https://github.com/Artoriuz/ArtCNN'
license=('MIT')
depends=('vapoursynth' 'vapoursynth-plugin-mlrt')
source=("https://github.com/Artoriuz/ArtCNN/archive/refs/tags/v1.3.0.zip")
sha256sums=('7ba1066e53fbc8fdb8afc3b30b7b1ed75357483beb6e8c9bfdb0387984a94470')
source=("https://github.com/Artoriuz/ArtCNN/archive/refs/tags/v1.3.1.zip")
sha256sums=('ce19e113578d3820812b01c606abc7a6fc15dd450e12c3cfe3b812c8d8ff4a21')
package() {
cd "ArtCNN-${pkgver}"