summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtakar Jašek2019-03-15 12:03:44 +0100
committerOtakar Jašek2019-03-15 12:03:44 +0100
commitd82b5e4eafc510b118f495c99a223994772dd639 (patch)
treed8443cf0114ca4f1ed1474376c10b4f8c51661a4
parent007c700bfb133b50fd3c4766d5024225689e2f32 (diff)
downloadaur-d82b5e4eafc510b118f495c99a223994772dd639.tar.gz
Changed pkgdesc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69a9b22aebe0..1202fdad0a51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,4 @@
pkgbase = faiss-git
- pkgdesc = A library for efficient similarity search and clustering of dense vectors.
pkgver = v1.5.0.r17.g7b07685
pkgrel = 1
url = https://github.com/facebookresearch/faiss
@@ -19,16 +18,19 @@ pkgbase = faiss-git
sha256sums = SKIP
pkgname = faiss-git
+ pkgdesc = A library for efficient similarity search and clustering of dense vectors.
provides = faiss
conflicts = faiss
pkgname = python-faiss-git
+ pkgdesc = A library for efficient similarity search and clustering of dense vectors. Python wrappers
depends = python
depends = python-numpy
provides = python-faiss
conflicts = python-faiss
pkgname = python2-faiss-git
+ pkgdesc = A library for efficient similarity search and clustering of dense vectors. Python2 wrappers
depends = python2
depends = python2-numpy
provides = python2-faiss
diff --git a/PKGBUILD b/PKGBUILD
index c0edc208f9ef..b2a686e53350 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,6 @@
_pkgname=faiss
pkgbase=faiss-git
pkgname=('faiss-git' 'python-faiss-git' 'python2-faiss-git')
-pkgdesc='A library for efficient similarity search and clustering of dense vectors.'
arch=('i686' 'x86_64')
url="https://github.com/facebookresearch/faiss"
license=('BSD')
@@ -38,6 +37,7 @@ build() {
}
package_faiss-git() {
+ pkgdesc='A library for efficient similarity search and clustering of dense vectors.'
provides=('faiss')
conflicts=('faiss')
cd "${srcdir}/${_pkgname}"
@@ -45,6 +45,7 @@ package_faiss-git() {
}
package_python-faiss-git() {
+ pkgdesc='A library for efficient similarity search and clustering of dense vectors. Python wrappers'
provides=('python-faiss')
conflicts=('python-faiss')
depends=('python' 'python-numpy')
@@ -54,6 +55,7 @@ package_python-faiss-git() {
}
package_python2-faiss-git() {
+ pkgdesc='A library for efficient similarity search and clustering of dense vectors. Python2 wrappers'
provides=('python2-faiss')
conflicts=('python2-faiss')
depends=('python2' 'python2-numpy')