summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2019-03-09 22:43:44 +0100
committerPhilip Goto2019-03-09 22:43:44 +0100
commit523ef40552afaa09e713e2ed0340091b0712f4cd (patch)
treed3b637c43b4e17240048366b76f4450336325f69
parent45e9b612f6f5c19887ded1e11d048f9f1f6267d7 (diff)
downloadaur-523ef40552afaa09e713e2ed0340091b0712f4cd.tar.gz
Update url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fed7349b7547..491c66185872 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-spacy-es_core_news_sm
pkgdesc = Spanish multi-task CNN trained on the AnCora and WikiNER corpus for spaCy
pkgver = 2.1.0a7
- pkgrel = 1
- url = https://spacy.io/models/en#section-en_core_web_sm
+ pkgrel = 2
+ url = https://spacy.io/models/es#section-es_core_news_sm
arch = any
license = GPL
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 208dceddc035..ea3cf02ff4f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=python-spacy-es_core_news_sm
pkgver=2.1.0a7
-pkgrel=1
+pkgrel=2
pkgdesc="Spanish multi-task CNN trained on the AnCora and WikiNER corpus for spaCy"
-url="https://spacy.io/models/en#section-en_core_web_sm"
+url="https://spacy.io/models/es#section-es_core_news_sm"
makedepends=('python-setuptools')
license=('GPL')
arch=(any)