summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-01-18 08:47:11 -0500
committerCarlos Aznarán Laos2023-01-18 08:47:11 -0500
commit3a777e8fcc88c955f1595f4858c7cbde43c7cc72 (patch)
tree91a0da5b52677ab3ceaacaa46217bd66cd12adba /PKGBUILD
parentb8e86e64c92a0ca0fe56a80f12672f8738e18d0b (diff)
downloadaur-visualdl.tar.gz
Bump version to 2.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f481a58ebe3d..d68b72489385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sam L. Yes <samlukeyes123@gmail.com>
pkgname=visualdl
pkgdesc="Deep Learning Visualization Toolkit"
-pkgver=2.4.2
+pkgver=2.5.0
pkgrel=1
arch=(any)
url="https://github.com/PaddlePaddle/${pkgname}"
@@ -10,7 +10,7 @@ license=(Apache)
depends=(python-baidubce flake8 python-flask-babel python-pillow python-protobuf python-requests python-matplotlib python-pandas)
makedepends=(shellcheck rustup npm yarn) # python-setuptools
source=(VisualDL-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('044972ba44e11427c16cf5751224a5c8bd7c85d71b371995ea2a438e00807ae9ee29f6af701138f16c5dad2af7f5afb41dbd9050359842e346d5dc9736a0cf0e')
+sha512sums=('d19990a11db269370bf0c732c49e03d636b0d1e87d382019180cced25824eac1f5e73fb7c868ba89a90a1187819448dc9f50d32036cbd4ff91f301084da8c778')
build() {
cd "VisualDL-${pkgver}"