summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-10-09 09:52:17 +0200
committerMartino Pilia2018-10-09 09:52:17 +0200
commitcc68e2c70d34a491fd85c67e51bb9dce13b865a4 (patch)
tree0a4f8839e18feeed5fb1a78eb4856c20863a7522
parent70481faf49d383bcf671cf2123ef6012a9b10a90 (diff)
downloadaur-cc68e2c70d34a491fd85c67e51bb9dce13b865a4.tar.gz
conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8b702a4c5a0..e38cb0d716b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python-pytorch-ignite-git
pkgdesc = High-level library to help with training neural networks in PyTorch
pkgver = 0.1.0.r39.g9e9d9b9
- pkgrel = 1
+ pkgrel = 2
url = https://pytorch.org/ignite
arch = any
license = BSD
makedepends = python-setuptools
depends = python-pytorch
+ provides = python-pytorch-ignite
+ conflicts = python-pytorch-ignite
source = git+https://github.com/pytorch/ignite.git
sha256sums = SKIP
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')