mirror of
https://github.com/archlinux/aur.git
synced 2026-02-12 11:03:36 +01:00
[lilac] updated to 7.8.1-1
This commit is contained in:
parent
5f3d33ca32
commit
489727f154
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.8.0
|
||||
pkgver = 7.8.1
|
||||
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.8.0/netron-7.8.0.tar.gz
|
||||
sha256sums = 3ebd7022f974e868605a26067e143b0bf0f666468a8a2c517a995ac213a99d84
|
||||
source = https://github.com/lutzroeder/netron/archive/v7.8.1/netron-7.8.1.tar.gz
|
||||
sha256sums = 594a8ccfef41c2a4f1a44082640ebb91e9a9aec0d3cb3930857a27887704dbc7
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=7.8.0
|
||||
pkgver=7.8.1
|
||||
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=('3ebd7022f974e868605a26067e143b0bf0f666468a8a2c517a995ac213a99d84')
|
||||
sha256sums=('594a8ccfef41c2a4f1a44082640ebb91e9a9aec0d3cb3930857a27887704dbc7')
|
||||
|
||||
build() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue