mirror of
https://github.com/archlinux/aur.git
synced 2026-02-13 11:53:59 +01:00
[lilac] updated to 7.1.3-1
This commit is contained in:
parent
4a886d7f95
commit
66318c5cb5
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.1.1
|
||||
pkgver = 7.1.3
|
||||
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.1.1/netron-7.1.1.tar.gz
|
||||
sha256sums = 6815094d86cf521025e1fda9cd7f9ef30b6ff6a50b0d998e953cc8f0d74227f2
|
||||
source = https://github.com/lutzroeder/netron/archive/v7.1.3/netron-7.1.3.tar.gz
|
||||
sha256sums = 6bd807988c15e7a67e5543e07b4150c85c98c7bf8ef5bdbf6d7cb2e138b1ee5e
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=7.1.1
|
||||
pkgver=7.1.3
|
||||
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=('6815094d86cf521025e1fda9cd7f9ef30b6ff6a50b0d998e953cc8f0d74227f2')
|
||||
sha256sums=('6bd807988c15e7a67e5543e07b4150c85c98c7bf8ef5bdbf6d7cb2e138b1ee5e')
|
||||
|
||||
build() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue