mirror of
https://github.com/archlinux/aur.git
synced 2026-02-12 11:03:36 +01:00
[lilac] updated to 8.1.2-1
This commit is contained in:
parent
3482bf2a8b
commit
3e65d1315e
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.1.1
|
||||
pkgver = 8.1.2
|
||||
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.1.1/netron-8.1.1.tar.gz
|
||||
sha256sums = a9ce587fbf60a1108c16c79204a16df9a7e8c430e0fdf6d407424239eee2acc5
|
||||
source = https://github.com/lutzroeder/netron/archive/v8.1.2/netron-8.1.2.tar.gz
|
||||
sha256sums = dc43d03bffda3935f158ecd910550142258558151c10052971b3bc65e1a0ed04
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=8.1.1
|
||||
pkgver=8.1.2
|
||||
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=('a9ce587fbf60a1108c16c79204a16df9a7e8c430e0fdf6d407424239eee2acc5')
|
||||
sha256sums=('dc43d03bffda3935f158ecd910550142258558151c10052971b3bc65e1a0ed04')
|
||||
|
||||
build() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue