mirror of
https://github.com/archlinux/aur.git
synced 2026-02-12 19:11:17 +01:00
[lilac] updated to 7.7.5-1
This commit is contained in:
parent
584cd115d5
commit
7f640ac265
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.7.4
|
||||
pkgver = 7.7.5
|
||||
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.7.4/netron-7.7.4.tar.gz
|
||||
sha256sums = 9d9c7c3a4a52ff4baa0eb5df1825043fad8603591a0f658e1529eca3067cf37a
|
||||
source = https://github.com/lutzroeder/netron/archive/v7.7.5/netron-7.7.5.tar.gz
|
||||
sha256sums = 801f671f654d47a2d11168117a4baf636ccba5b3d4a5c3c9e89a17b143b20e2f
|
||||
|
||||
pkgname = netron-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
|
||||
pkgname=netron-cli
|
||||
pkgver=7.7.4
|
||||
pkgver=7.7.5
|
||||
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=('9d9c7c3a4a52ff4baa0eb5df1825043fad8603591a0f658e1529eca3067cf37a')
|
||||
sha256sums=('801f671f654d47a2d11168117a4baf636ccba5b3d4a5c3c9e89a17b143b20e2f')
|
||||
|
||||
build() {
|
||||
cd netron-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue