summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212023-05-25 20:47:29 +0200
committera8212023-05-25 20:47:29 +0200
commita43432bca21f15667735f39af8ff47c5a2bc2e43 (patch)
tree5e95a6aca15647de07c195d568b4594c050d1b2e
parent977540c2d24c7c518f3c114bcef73a23634221a0 (diff)
downloadaur-a43432bca21f15667735f39af8ff47c5a2bc2e43.tar.gz
Add missing provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d33140856a3e..601b75493d16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-opentsne-git
pkgdesc = Extensible, parallel implementations of t-SNE
- pkgver = 0.7.1.r0.ga46fae0
+ pkgver = 1.0.0.r1.gb9662b5
pkgrel = 1
url = https://opentsne.readthedocs.io/en/latest/
arch = x86_64
@@ -15,6 +15,8 @@ pkgbase = python-opentsne-git
depends = python-scikit-learn
optdepends = python-pynndescent: for nearest neighbor descent search
optdepends = python-hnswlib: for fast approximate nearest neightbors
+ provides = python-opentsne
+ conflicts = python-opentsne
source = git+https://github.com/pavlin-policar/openTSNE.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e03c63889d7f..d8216c99a3d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alexandr Parkhomenko <it@52tour.ru>
pkgname=python-opentsne-git
-pkgver=0.7.1.r0.ga46fae0
+pkgver=1.0.0.r1.gb9662b5
pkgrel=1
pkgdesc="Extensible, parallel implementations of t-SNE"
url="https://opentsne.readthedocs.io/en/latest/"
@@ -14,6 +14,8 @@ optdepends=(
'python-pynndescent: for nearest neighbor descent search'
'python-hnswlib: for fast approximate nearest neightbors'
)
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=("git+https://github.com/pavlin-policar/openTSNE.git")
sha256sums=('SKIP')