summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4fbb29512df..d4664a9e8f13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,14 @@
_pkgname=ignite
pkgname=python-pytorch-ignite-git
pkgver=0.1.0.r39.g9e9d9b9
-pkgrel=1
+pkgrel=2
pkgdesc="High-level library to help with training neural networks in PyTorch"
arch=('any')
url="https://pytorch.org/ignite"
license=('BSD')
depends=('python-pytorch')
+provides=('python-pytorch-ignite')
+conflicts=('python-pytorch-ignite')
makedepends=('python-setuptools')
source=("git+https://github.com/pytorch/ignite.git")
sha256sums=('SKIP')