summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212023-05-25 20:47:29 +0200
committera8212023-05-25 20:47:29 +0200
commita43432bca21f15667735f39af8ff47c5a2bc2e43 (patch)
tree5e95a6aca15647de07c195d568b4594c050d1b2e /PKGBUILD
parent977540c2d24c7c518f3c114bcef73a23634221a0 (diff)
downloadaur-a43432bca21f15667735f39af8ff47c5a2bc2e43.tar.gz
Add missing provides/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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')