Skip to content
Snippets Groups Projects
Commit 810850c2 authored by Duncan Bellamy's avatar Duncan Bellamy :speech_balloon: Committed by Andy Postnikov
Browse files

community/sphinx: rebuild against libstemmer 2.2.0

* fix linter warning
parent 90a8b356
No related branches found
No related tags found
1 merge request!27309community/snowball: upgrade to 2.2.0
Pipeline #99447 canceled
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=sphinx pkgname=sphinx
pkgver=2.2.11 pkgver=2.2.11
pkgrel=5 pkgrel=6
pkgdesc="Free open-source SQL full-text search engine" pkgdesc="Free open-source SQL full-text search engine"
url="http://www.sphinxsearch.com" url="http://www.sphinxsearch.com"
arch="all" arch="all"
...@@ -58,9 +58,8 @@ php() { ...@@ -58,9 +58,8 @@ php() {
pkgdesc="PHP api for sphinx search engine" pkgdesc="PHP api for sphinx search engine"
mkdir -p "$subpkgdir"/usr/share/php/$pkgname/api mkdir -p "$subpkgdir"/usr/share/php/$pkgname/api
for i in $(ls $builddir/api/*.php); do find $builddir/api/ -type f -maxdepth 1 -name "*.php" \
mv $i "$subpkgdir"/usr/share/php/$pkgname/api ; -exec mv {} "$subpkgdir"/usr/share/php/$pkgname/api/ \;
done
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment