summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHLFH2022-12-29 13:42:22 +0000
committerHLFH2022-12-29 13:42:22 +0000
commit1a5f08a6c4202ef0942cd3ed62da70c8aafe6f53 (patch)
treeabcfc473a17526bb6e3a9fd261007b572801cc99
parent77dd67fd531689a47c6a4b4281aed4588287c011 (diff)
downloadaur-1a5f08a6c4202ef0942cd3ed62da70c8aafe6f53.tar.gz
fix provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f2bcb835723..431c997653f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-fasttext-predict-git
pkgdesc = fasttext with wheels and no external dependency, but only the predict method (<1MB)
pkgver = 0.9.2.1.r0.g0807442
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/searxng/fasttext-predict
arch = x86_64
license = MIT
makedepends = git
makedepends = python-setuptools
depends = pybind11
- provides = python-fasttext-predict-git
+ provides = python-fasttext-predict
conflicts = python-fasttext
conflicts = python-fasttest-git
conflicts = python-fasttext-predict
diff --git a/PKGBUILD b/PKGBUILD
index bc2de71286b9..be946eee5c7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-fasttext-predict-git
pkgdesc="fasttext with wheels and no external dependency, but only the predict method (<1MB)"
url="https://github.com/searxng/fasttext-predict"
-provides=("python-fasttext-predict-git")
+provides=("python-fasttext-predict")
conflicts=("python-fasttext" "python-fasttest-git" "python-fasttext-predict")
pkgver=0.9.2.1.r0.g0807442
-pkgrel=1
+pkgrel=2
arch=("x86_64")
license=("MIT")
makedepends=("git" "python-setuptools")