summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4c832691b2f..dfc4c701c1af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-mxboard
pkgdesc = Logging MXNet Data for Visualization in TensorBoard
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/awslabs/mxboard
arch = any
- license = Apach 2.0
+ license = Apache
checkdepends = python-pytest
makedepends = python-setuptools
depends = mxnet
diff --git a/PKGBUILD b/PKGBUILD
index 228b19d9f894..b82c7249d5a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=python-mxboard
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Logging MXNet Data for Visualization in TensorBoard'
arch=(any)
url=https://github.com/awslabs/mxboard
-license=('Apach 2.0')
+license=('Apache')
depends=(mxnet python-matplotlib python-numpy python-protobuf python-six python-scipy)
optdepends=(tensorboard)
makedepends=(python-setuptools)