mirror of
https://github.com/archlinux/aur.git
synced 2026-02-12 19:11:17 +01:00
[lilac] updated to 7.2.8-1
This commit is contained in:
parent
5758f0e32e
commit
eac1c0020b
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.2.7
|
||||
pkgver = 7.2.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/v7.2.7/netron-7.2.7.tar.gz
|
||||
sha256sums = 6882f3f028b031af17eab9100aad623dbca28e66e94bba3848efd3f6332598a6
|
||||
source = https://github.com/lutzroeder/netron/archive/v7.2.8/netron-7.2.8.tar.gz
|
||||
sha256sums = 87c8f2afcb0c057656b5a0e2b28c895137f58d0e0d0cd921c28bf28bc7da9061
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=7.2.7
|
||||
pkgver=7.2.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=('6882f3f028b031af17eab9100aad623dbca28e66e94bba3848efd3f6332598a6')
|
||||
sha256sums=('87c8f2afcb0c057656b5a0e2b28c895137f58d0e0d0cd921c28bf28bc7da9061')
|
||||
|
||||
build() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue