mirror of
https://github.com/archlinux/aur.git
synced 2026-02-13 20:13:31 +01:00
[lilac] updated to 6.2.0-1
This commit is contained in:
parent
8e8019fa43
commit
2fe576f034
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = netron-cli
|
||||
pkgdesc = Visualizer for neural network, deep learning, and machine learning models (CLI only)
|
||||
pkgver = 6.1.9
|
||||
pkgver = 6.2.0
|
||||
pkgrel = 1
|
||||
url = https://netron.app/
|
||||
arch = any
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = netron-cli
|
|||
depends = python
|
||||
optdepends = python-onnx: serializing ONNX models
|
||||
optdepends = python-pytorch: serializing PyTorch models
|
||||
source = https://github.com/lutzroeder/netron/archive/v6.1.9/netron-6.1.9.tar.gz
|
||||
sha256sums = e939720bc37fbcc361cc5b3c925f086efad7bc4ca2fdfa1befc81da12da8f1b1
|
||||
source = https://github.com/lutzroeder/netron/archive/v6.2.0/netron-6.2.0.tar.gz
|
||||
sha256sums = 178183da9b6ffa7ed4e2ddc88d7cad6c6b7c63e70ec60061ac5b72246d6317b0
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=6.1.9
|
||||
pkgver=6.2.0
|
||||
pkgrel=1
|
||||
pkgdesc='Visualizer for neural network, deep learning, and machine learning models (CLI only)'
|
||||
url='https://netron.app/'
|
||||
|
|
@ -14,7 +14,7 @@ optdepends=(
|
|||
'python-pytorch: serializing PyTorch models'
|
||||
)
|
||||
source=(https://github.com/lutzroeder/netron/archive/v$pkgver/netron-$pkgver.tar.gz)
|
||||
sha256sums=('e939720bc37fbcc361cc5b3c925f086efad7bc4ca2fdfa1befc81da12da8f1b1')
|
||||
sha256sums=('178183da9b6ffa7ed4e2ddc88d7cad6c6b7c63e70ec60061ac5b72246d6317b0')
|
||||
|
||||
prepare() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue