summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbuck-yeh2022-06-01 23:19:28 +0800
committerbuck-yeh2022-06-01 23:19:28 +0800
commit2e68b4a9072259233f8e0d02379ae4f3ac45b4f1 (patch)
tree9ec30e9f40e119905cc4c1dc1abf542afa759119 /PKGBUILD
parent96683b01460e47583d9c13bee8a8d0e7fad090ee (diff)
downloadaur-bux-mariadb-client.tar.gz
[Fetch content of dependent `bux` with fixed tag 1.6.5 while it still can](https://github.com/buck-yeh/bux-mariadb-client/releases/tag/1.0.3)
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=()