aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libzdb/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/libzdb/APKBUILD b/main/libzdb/APKBUILD
index e6a99da7683..326a8651515 100644
--- a/main/libzdb/APKBUILD
+++ b/main/libzdb/APKBUILD
@@ -1,14 +1,15 @@
+# Contributor: Ɓukasz Jendrysik <scadu@yandex.com>
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname=libzdb
pkgver=3.0
-pkgrel=0
+pkgrel=1
pkgdesc="A thread-safe high level multi-database connection pool library"
url="http://www.tildeslash.com/libzdb/"
arch="all"
license="GPL"
depends=
-depends_dev="flex-dev sqlite-dev mysql-dev postgresql-dev"
+depends_dev="flex-dev sqlite-dev mariadb-dev postgresql-dev"
makedepends="$depends_dev flex"
install=""
subpackages="$pkgname-dev"