mirror of
https://github.com/archlinux/aur.git
synced 2026-02-13 03:21:27 +01:00
[lilac] updated to 7.3.0-1
This commit is contained in:
parent
683b3f65c6
commit
9ca0fd3834
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 = 7.2.9
|
||||
pkgver = 7.3.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/v7.2.9/netron-7.2.9.tar.gz
|
||||
sha256sums = f80bd86c15be038ad85e392e01d379da9ed6b58a17f2870275553d6e2dde9cb5
|
||||
source = https://github.com/lutzroeder/netron/archive/v7.3.0/netron-7.3.0.tar.gz
|
||||
sha256sums = 3a0bd824507a8eeabbc96870fa7dfa28a8644d135ad9bda7b1cbf389f21ebea9
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=7.2.9
|
||||
pkgver=7.3.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=('f80bd86c15be038ad85e392e01d379da9ed6b58a17f2870275553d6e2dde9cb5')
|
||||
sha256sums=('3a0bd824507a8eeabbc96870fa7dfa28a8644d135ad9bda7b1cbf389f21ebea9')
|
||||
|
||||
build() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue