From f2b572d50b2c546696434b6863e2c635d261a1e8 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Wed, 24 Jan 2018 16:32:31 +0100 Subject: pcr/sphinx: fixed dependencies --- pcr/sphinx/PKGBUILD | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'pcr') 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 -# Contributor (Arch): Dan Serban -# Contributor (Arch): Jim Casteel -# Contributor (Arch): dryes -# Contributor (Arch): Vishnevsky Roman -# Contributor (Arch): Massimiliano Torromeo -# Contributor (Arch): Aldo Culquicondor -# Contributor (Arch): Florijan Hamzic +# Maintainer (AUR): Isaac Aronson +# Contributor (AUR): Dan Serban +# Contributor (AUR): Jim Casteel +# Contributor (AUR): dryes +# Contributor (AUR): Vishnevsky Roman +# Contributor (AUR): Massimiliano Torromeo +# Contributor (AUR): Aldo Culquicondor +# Contributor (AUR): Florijan Hamzic # Maintainer: Omar Vega Ramos + +# 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' -- cgit v1.2.3