mirror of
https://github.com/archlinux/aur.git
synced 2026-02-06 20:12:25 +01:00
Version 1.5.2
This commit is contained in:
parent
55995fc360
commit
d098919264
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,13 +1,13 @@
|
|||
pkgbase = vapoursynth-plugin-mlrt-ext-models-artcnn
|
||||
pkgdesc = Plugin for VapourSynth: mlrt (external models for ArtCNN)
|
||||
pkgver = 1.5.1
|
||||
pkgver = 1.5.2
|
||||
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.5.1.tar.gz
|
||||
sha256sums = beea27a6ac55ba43bd1a5423d588a658d50279fdca00333bf7484fdeec74db3e
|
||||
source = https://github.com/Artoriuz/ArtCNN/archive/refs/tags/v1.5.2.tar.gz
|
||||
sha256sums = a3649cde98f12542620b9559c99bbd45272fa2dd03d8236e6eff3790950ad1e0
|
||||
|
||||
pkgname = vapoursynth-plugin-mlrt-ext-models-artcnn
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Josh Holmer <jholmer.in@gmail.com>
|
||||
|
||||
pkgname=vapoursynth-plugin-mlrt-ext-models-artcnn
|
||||
pkgver=1.5.1
|
||||
pkgver=1.5.2
|
||||
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.5.1.tar.gz")
|
||||
sha256sums=('beea27a6ac55ba43bd1a5423d588a658d50279fdca00333bf7484fdeec74db3e')
|
||||
source=("https://github.com/Artoriuz/ArtCNN/archive/refs/tags/v1.5.2.tar.gz")
|
||||
sha256sums=('a3649cde98f12542620b9559c99bbd45272fa2dd03d8236e6eff3790950ad1e0')
|
||||
|
||||
package() {
|
||||
cd "ArtCNN-${pkgver}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue