summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Shatunov2016-11-04 19:21:58 +0700
committerSergey Shatunov2016-11-04 19:21:58 +0700
commit4a7976a8645b3f2450796a0ee2295929a38aa684 (patch)
tree7ef7a497c85029c9cf9df5d734214d2c5b9f7335
parentad3605b87d43ed25ac563a99d81200cf479dc297 (diff)
downloadaur-4a7976a8645b3f2450796a0ee2295929a38aa684.tar.gz
Add libmariadbclient as makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98e2a43293df..6286fac77dc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = powerdns-admin-git
makedepends = git
makedepends = python2-pip
makedepends = python2-virtualenv
+ makedepends = libmariadbclient
depends = python2
optdepends = powerdns: autoritative server itself
optdepends = postgresql: postgresql backend
diff --git a/PKGBUILD b/PKGBUILD
index 38951b590497..952f801763da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/ngoduykhanh/PowerDNS-Admin"
license=('MIT')
options=(!strip)
depends=('python2')
-makedepends=('git' 'python2-pip' 'python2-virtualenv')
+makedepends=('git' 'python2-pip' 'python2-virtualenv' 'libmariadbclient')
optdepends=('powerdns: autoritative server itself'
'postgresql: postgresql backend'
'mariadb: mysql backend')