mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 04:10:20 +01:00
[lilac] updated to 5.8.8-1
This commit is contained in:
parent
9499844cd3
commit
49f0bd9d51
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 = 5.8.7
|
||||
pkgver = 5.8.8
|
||||
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/v5.8.7/netron-5.8.7.tar.gz
|
||||
sha256sums = 722e9aa33eefba6e74377a6bd0edc809064730c42295d8c588e254e4132e4227
|
||||
source = https://github.com/lutzroeder/netron/archive/v5.8.8/netron-5.8.8.tar.gz
|
||||
sha256sums = 1fd48bba86ace3440203e17e09422ec256a67c31ccf60b952ca1d388a89867ff
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=5.8.7
|
||||
pkgver=5.8.8
|
||||
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=('722e9aa33eefba6e74377a6bd0edc809064730c42295d8c588e254e4132e4227')
|
||||
sha256sums=('1fd48bba86ace3440203e17e09422ec256a67c31ccf60b952ca1d388a89867ff')
|
||||
|
||||
prepare() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue