mirror of
https://github.com/archlinux/aur.git
synced 2026-02-15 04:51:13 +01:00
[lilac] updated to 8.4.9-1
This commit is contained in:
parent
4638198e4d
commit
65b33a7b49
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.4.8
|
||||
pkgver = 8.4.9
|
||||
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.4.8/netron-8.4.8.tar.gz
|
||||
sha256sums = b375efbbc9c29d0fb101e9cd58c14d1e1523dcf2fc395be1f148036067b89cc1
|
||||
source = https://github.com/lutzroeder/netron/archive/v8.4.9/netron-8.4.9.tar.gz
|
||||
sha256sums = b7c67f10f3507373fcd35c95dbeebae6bc93493df7682ca2a0803a6206002336
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=8.4.8
|
||||
pkgver=8.4.9
|
||||
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=('b375efbbc9c29d0fb101e9cd58c14d1e1523dcf2fc395be1f148036067b89cc1')
|
||||
sha256sums=('b7c67f10f3507373fcd35c95dbeebae6bc93493df7682ca2a0803a6206002336')
|
||||
|
||||
build() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue