mirror of
https://github.com/archlinux/aur.git
synced 2026-02-13 11:53:59 +01:00
[lilac] updated to 6.8.4-1
This commit is contained in:
parent
52f1b89a63
commit
139e409c25
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.8.2
|
||||
pkgver = 6.8.4
|
||||
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.8.2/netron-6.8.2.tar.gz
|
||||
sha256sums = 46755784f8248808e573a68a98ac954dac46aa0a0bed256d0aa87c4396103f2b
|
||||
source = https://github.com/lutzroeder/netron/archive/v6.8.4/netron-6.8.4.tar.gz
|
||||
sha256sums = e1191747ea3739dd493d3c6b3b98feb0ec86c75cc7989d7d3209f887aac31267
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=6.8.2
|
||||
pkgver=6.8.4
|
||||
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=('46755784f8248808e573a68a98ac954dac46aa0a0bed256d0aa87c4396103f2b')
|
||||
sha256sums=('e1191747ea3739dd493d3c6b3b98feb0ec86c75cc7989d7d3209f887aac31267')
|
||||
|
||||
build() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue