[lilac] updated to 7.7.9-2

This commit is contained in:
lilac 2024-07-13 22:26:35 +08:00
parent dc2236e0e8
commit b880a932df
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = netron-cli
pkgdesc = Visualizer for neural network, deep learning, and machine learning models (CLI only)
pkgver = 7.7.8
pkgrel = 1
pkgver = 7.7.9
pkgrel = 2
url = https://netron.app/
arch = any
license = MIT
@ -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.8/netron-7.7.8.tar.gz
sha256sums = 81a29ef875b41ca96ad2cf5d1943608d7b9a442d879b3535cf8580fcd552d587
source = https://github.com/lutzroeder/netron/archive/v7.7.9/netron-7.7.9.tar.gz
sha256sums = 464ff6ee9e9f862252349cb536792f0d026b097098781b97c2f13c6aa48e9fad
pkgname = netron-cli

View file

@ -1,8 +1,8 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
pkgver=7.7.8
pkgrel=1
pkgver=7.7.9
pkgrel=2
pkgdesc='Visualizer for neural network, deep learning, and machine learning models (CLI only)'
url='https://netron.app/'
arch=(any)
@ -14,7 +14,7 @@ optdepends=(
'python-pytorch: serializing PyTorch models'
)
source=(https://github.com/lutzroeder/netron/archive/v$pkgver/netron-$pkgver.tar.gz)
sha256sums=('81a29ef875b41ca96ad2cf5d1943608d7b9a442d879b3535cf8580fcd552d587')
sha256sums=('464ff6ee9e9f862252349cb536792f0d026b097098781b97c2f13c6aa48e9fad')
build() {
cd netron-$pkgver