summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Hentschel (hpmachining)2019-04-20 11:45:48 -0400
committerPaul Hentschel (hpmachining)2019-04-20 11:45:48 -0400
commit87f7c0e98f768b4e97bc00880a14463264df9970 (patch)
treeff26aabb12a8e293f30e33ddbe2ddc50d94db6b5 /PKGBUILD
parent9ccc68b8135435de53d90b13780f2f62023fcb2a (diff)
downloadaur-87f7c0e98f768b4e97bc00880a14463264df9970.tar.gz
Moved mariadb-libs from depends to optdepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0a0e6a195a4..3e05ba19b777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: greyltc
pkgname=cbang-git
-pkgver=1.3.1.r5.g9ac7a2b
+pkgver=1.3.2.r10.g89a48d3
pkgrel=1
pkgdesc="A library of cross-platform C++ utilities"
arch=('x86_64')
@@ -26,6 +26,9 @@ makedepends=(
checkdepends=(
'python2'
)
+optdepends=(
+ 'mariadb-libs: MariaDB database support'
+)
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+https://github.com/CauldronDevelopmentLLC/cbang.git")