mirror of
https://github.com/archlinux/aur.git
synced 2026-02-13 20:13:31 +01:00
[lilac] updated to 6.5.5-1
This commit is contained in:
parent
f8c9fbd804
commit
0e15bc064d
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.5.4
|
||||
pkgver = 6.5.5
|
||||
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.5.4/netron-6.5.4.tar.gz
|
||||
sha256sums = 64b8b5aba69aab872b8dad36c90125ba1902c7274661f06d8fd557cf27eadc81
|
||||
source = https://github.com/lutzroeder/netron/archive/v6.5.5/netron-6.5.5.tar.gz
|
||||
sha256sums = d7fabb84e39ed6579974d252d6f7c2cfeb22c97fac11bdda0ebc6e1b5aaeebe0
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=6.5.4
|
||||
pkgver=6.5.5
|
||||
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=('64b8b5aba69aab872b8dad36c90125ba1902c7274661f06d8fd557cf27eadc81')
|
||||
sha256sums=('d7fabb84e39ed6579974d252d6f7c2cfeb22c97fac11bdda0ebc6e1b5aaeebe0')
|
||||
|
||||
prepare() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue