summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanManN2018-12-05 22:23:30 -0500
committerDanManN2018-12-05 22:23:30 -0500
commitbc36783eacce496f81dc7ece0997ca9617531318 (patch)
treedcb19f7bc0e79d7eb4df7b3638b62decb51afe53
parent07a3359d0e1d0b9863e2adbf68fd44e5371cd1ab (diff)
downloadaur-bc36783eacce496f81dc7ece0997ca9617531318.tar.gz
updated deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f52abbcd03b7..4a9b43b057aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-spacy-git
pkgdesc = A free open-source library for Natural Language Processing in Python
pkgver = 2.0.18.r8888.ae5601be
- pkgrel = 1
+ pkgrel = 2
url = https://spacy.io/
arch = x86_64
license = MIT
makedepends = python-wheel
depends = cython
depends = python-numpy
- depends = python-msgpack-numpy-git
depends = python-cymem
depends = python-preshed
depends = python-thinc
@@ -20,7 +19,6 @@ pkgbase = python-spacy-git
depends = python-requests
depends = python-pytest
depends = python-mock
- depends = python-pathlib
provides = python-spacy
conflicts = python-spacy
source = git+https://github.com/explosion/spaCy.git
diff --git a/PKGBUILD b/PKGBUILD
index 37cc4fc3fb2e..975f58cc2bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-spacy-git
_origpkgname=spaCy
pkgver=2.0.18.r8888.ae5601be
-pkgrel=1
+pkgrel=2
pkgdesc="A free open-source library for Natural Language Processing in Python"
arch=("x86_64")
url="https://spacy.io/"