summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorEmiel Wiedijk2018-05-11 13:51:17 +0200
committerEmiel Wiedijk2018-05-11 13:51:17 +0200
commitdc4638dc53468985115f022a70945e6d70eb3f6a (patch)
tree2341d0d7954d1e14e2322b375a7e2adfe7ac869b /.SRCINFO
parent6a9de643e055f90dd8d9b8cf15d66ffe0d562d03 (diff)
downloadaur-python-snowboy-git.tar.gz
Fix conflicts/provides array
Previously the entire package conflicted with/provided with python-snowboy. Since the python 2 version and the python 3 version both conflicted with the same package, they conflicted with each other as well. Now they conflict with the tagged package that provides the same python version.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cd8ee3fec50..3f610c517238 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-snowboy-git
pkgdesc = A hotword detection engine - Python bindings
- pkgver = v1.3.0.r3.g75ef4f5
+ pkgver = v1.3.0.r31.g797a17e
pkgrel = 1
url = https://snowboy.kitt.ai/
arch = x86_64
@@ -10,16 +10,18 @@ pkgbase = python-snowboy-git
makedepends = python2-setuptools
makedepends = swig
makedepends = cblas
- provides = python-snowboy
- conflicts = python-snowboy
source = git+https://github.com/Kitt-AI/snowboy.git
md5sums = SKIP
pkgname = python-snowboy-git
depends = cblas
depends = python-pyaudio
+ provides = python-snowboy
+ conflicts = python-snowboy
pkgname = python2-snowboy-git
depends = cblas
depends = python2-pyaudio
+ provides = python2-snowboy
+ conflicts = python2-snowboy