mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 12:20:27 +01:00
[lilac] updated to 5.9.6-1
This commit is contained in:
parent
b03a7c47b5
commit
166406e035
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 = 5.9.5
|
||||
pkgver = 5.9.6
|
||||
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/v5.9.5/netron-5.9.5.tar.gz
|
||||
sha256sums = d58b72c08aa6a14191b9c15b334488509db9a22123c8ff34cc961d88bb703f0c
|
||||
source = https://github.com/lutzroeder/netron/archive/v5.9.6/netron-5.9.6.tar.gz
|
||||
sha256sums = 13cc79f7ddcd55e1522141d524cecbec0bc14b20efcf48a4fc59d441dafa4be6
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=5.9.5
|
||||
pkgver=5.9.6
|
||||
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=('d58b72c08aa6a14191b9c15b334488509db9a22123c8ff34cc961d88bb703f0c')
|
||||
sha256sums=('13cc79f7ddcd55e1522141d524cecbec0bc14b20efcf48a4fc59d441dafa4be6')
|
||||
|
||||
prepare() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue