summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOtakar Jašek2019-03-15 12:05:07 +0100
committerOtakar Jašek2019-03-15 12:05:07 +0100
commit22822fce6986b7756f7e1ef7f4637e64a5540aaa (patch)
treef4a4a2a2e6750d74e2b6d622d5ff3f9138ba48c4 /PKGBUILD
parentdd55b6a146cdcd345240181ca1502c55567a7793 (diff)
downloadaur-22822fce6986b7756f7e1ef7f4637e64a5540aaa.tar.gz
Changed pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7809f7f2110..5fb618c1df07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,6 @@
_pkgname=faiss
pkgbase=faiss-cuda-git
pkgname=('faiss-cuda-git' 'python-faiss-cuda-git' 'python2-faiss-cuda-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')
@@ -56,6 +55,7 @@ build() {
}
package_faiss-cuda-git() {
+ pkgdesc='A library for efficient similarity search and clustering of dense vectors, CUDA version.'
provides=('faiss')
conflicts=('faiss')
cd "${srcdir}/${_pkgname}"
@@ -64,6 +64,7 @@ package_faiss-cuda-git() {
}
package_python-faiss-cuda-git() {
+ pkgdesc='A library for efficient similarity search and clustering of dense vectors, CUDA version. Python wrappers'
provides=('python-faiss')
conflicts=('python-faiss')
depends=('python' 'python-numpy')
@@ -73,6 +74,7 @@ package_python-faiss-cuda-git() {
}
package_python2-faiss-cuda-git() {
+ pkgdesc='A library for efficient similarity search and clustering of dense vectors, CUDA version. Python2 wrappers'
provides=('python2-faiss')
conflicts=('python2-faiss')
depends=('python2' 'python2-numpy')