diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-24 16:32:31 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-24 16:32:31 +0100 |
commit | f2b572d50b2c546696434b6863e2c635d261a1e8 (patch) | |
tree | c36586704f8838912a340f3cdf02b81dc9509ce6 /pcr/sphinx | |
parent | 82eb5c8efbbf28c3091794b7a0435c90f6a3281a (diff) | |
download | abslibre-f2b572d50b2c546696434b6863e2c635d261a1e8.tar.gz abslibre-f2b572d50b2c546696434b6863e2c635d261a1e8.tar.bz2 abslibre-f2b572d50b2c546696434b6863e2c635d261a1e8.zip |
pcr/sphinx: fixed dependencies
Diffstat (limited to 'pcr/sphinx')
-rw-r--r-- | pcr/sphinx/PKGBUILD | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/pcr/sphinx/PKGBUILD b/pcr/sphinx/PKGBUILD index ca5b19065..677d4ede4 100644 --- a/pcr/sphinx/PKGBUILD +++ b/pcr/sphinx/PKGBUILD @@ -1,20 +1,24 @@ -# Maintainer (Arch): Isaac Aronson <i at linux dotcom> -# Contributor (Arch): Dan Serban -# Contributor (Arch): Jim Casteel -# Contributor (Arch): dryes <joswiseman@gmail> -# Contributor (Arch): Vishnevsky Roman <aka dot x0x01 at gmail dot com> -# Contributor (Arch): Massimiliano Torromeo <massimiliano.torromeo@gmail.com> -# Contributor (Arch): Aldo Culquicondor <alculquicondor@gmail.com> -# Contributor (Arch): Florijan Hamzic <florijanh@gmail.com> +# Maintainer (AUR): Isaac Aronson <i at linux dotcom> +# Contributor (AUR): Dan Serban +# Contributor (AUR): Jim Casteel +# Contributor (AUR): dryes <joswiseman@gmail> +# Contributor (AUR): Vishnevsky Roman <aka dot x0x01 at gmail dot com> +# Contributor (AUR): Massimiliano Torromeo <massimiliano.torromeo@gmail.com> +# Contributor (AUR): Aldo Culquicondor <alculquicondor@gmail.com> +# Contributor (AUR): Florijan Hamzic <florijanh@gmail.com> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + +# parabola changes and rationale: +# no changes. + pkgname='sphinx' pkgver=2.2.11 -pkgrel=1 +pkgrel=2 pkgdesc='Free open-source SQL full-text search engine.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url='http://www.sphinxsearch.com/' license=('GPL') -depends=('unixodbc' 'expat' 'libmysqlclient' 'postgresql-libs') +depends=('unixodbc' 'expat' 'libmariadbclient' 'postgresql-libs') optdepends=('postgresql') backup=('etc/conf.d/sphinx') install='sphinx.install' |