summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7337a8b2a08e..6b8d491fa24f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname=(exim-heavy
exim-lookup-sqlite)
pkgname=exim-heavy
pkgver=4.89
-pkgrel=1
+pkgrel=2
pkgdesc='Message Transfer Agent with maximal-enabled features'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='http://www.exim.org/'
@@ -145,7 +145,7 @@ package_exim-lookup-lsearch() {
}
package_exim-lookup-mysql() {
- depends=(${pkgbase} 'libmysqlclient')
+ depends=(${pkgbase} 'libmariadbclient')
cd "${srcdir}/${_pkgname}-${pkgver}"
cd build-Linux-*
install -Dm0755 lookups/mysql.so "$pkgdir"/usr/lib/exim/lookups/mysql.so