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 4f4affeaecef..cda72e3b06da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=bux-mariadb-client
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
epoch=
pkgdesc='Loose-coupled throw-on-error C++20 wrapper classes and utilities of mysql/mariadb Connector/C API'
@@ -13,7 +13,7 @@ arch=('x86_64')
url='https://github.com/buck-yeh/bux-mariadb-client.git'
license=('MIT')
groups=()
-depends=('bux' 'fmt')
+depends=('mariadb-libs' 'bux' 'fmt')
makedepends=('cmake' 'make' 'gcc' 'git' 'binutils' 'fakeroot' 'gawk')
checkdepends=()
optdepends=()