summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-10-09 09:53:24 +0200
committerMartino Pilia2018-10-09 09:53:24 +0200
commit4cad9128309b9231e27afcda4c2a56c1824347ca (patch)
treec71b0667c2c7734903e63aa1f86365bd5def567d
parent4941b2bf815c150bcfce1416f449a8beaf96f794 (diff)
downloadaur-4cad9128309b9231e27afcda4c2a56c1824347ca.tar.gz
add conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1949932e999b..b212c356a827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-pytorch-ignite
pkgdesc = High-level library to help with training neural networks in PyTorch
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://pytorch.org/ignite
arch = any
license = BSD
makedepends = python-setuptools
depends = python-pytorch
+ conflicts = python-pytorch-ignite-git
source = https://github.com/pytorch/ignite/archive/v0.1.0.tar.gz
sha256sums = 0711d9bdf354a5cbfc7c294807a4acbcd1789be2997206353843b36598c21c39
diff --git a/PKGBUILD b/PKGBUILD
index a77c6cd33697..b59af9f44de3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
_pkgname=ignite
pkgname=python-pytorch-ignite
pkgver=0.1.0
-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')
+conflicts=('python-pytorch-ignite-git')
makedepends=('python-setuptools')
source=("https://github.com/pytorch/ignite/archive/v${pkgver}.tar.gz")
sha256sums=('0711d9bdf354a5cbfc7c294807a4acbcd1789be2997206353843b36598c21c39')