mirror of
https://github.com/archlinux/aur.git
synced 2026-02-12 11:03:36 +01:00
[lilac] updated to 8.0.4-1
This commit is contained in:
parent
87e1208590
commit
b8bed5fd71
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 = 8.0.3
|
||||
pkgver = 8.0.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/v8.0.3/netron-8.0.3.tar.gz
|
||||
sha256sums = 9257b6a2d9cdd1fbd7fcdd864ade1d05e9db06fa2abd8454ed265c097a9857b2
|
||||
source = https://github.com/lutzroeder/netron/archive/v8.0.4/netron-8.0.4.tar.gz
|
||||
sha256sums = 230a4cc1efc33f035beaf875b93a50310f633e54ad53d37c541827a49d2fa968
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=8.0.3
|
||||
pkgver=8.0.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=('9257b6a2d9cdd1fbd7fcdd864ade1d05e9db06fa2abd8454ed265c097a9857b2')
|
||||
sha256sums=('230a4cc1efc33f035beaf875b93a50310f633e54ad53d37c541827a49d2fa968')
|
||||
|
||||
build() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue