summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Hentschel (hpmachining)2019-06-11 19:25:21 -0400
committerPaul Hentschel (hpmachining)2019-06-11 19:25:21 -0400
commit97588aea28869e649986bd345040ee94087883e6 (patch)
treebc8d6a84feb41b629010bba51838a684bd1ba8e5 /PKGBUILD
parent87f7c0e98f768b4e97bc00880a14463264df9970 (diff)
downloadaur-97588aea28869e649986bd345040ee94087883e6.tar.gz
Removed mariadb-libs from depends.
Previous commit added mariadb-libs to optdepends but didn't remove it from depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e05ba19b777..3c91a514ebf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: greyltc
pkgname=cbang-git
-pkgver=1.3.2.r10.g89a48d3
+pkgver=1.3.2.r23.g8adc7f7
pkgrel=1
pkgdesc="A library of cross-platform C++ utilities"
arch=('x86_64')
@@ -17,7 +17,6 @@ depends=(
'zlib'
'bzip2'
'expat'
- 'mariadb-libs'
)
makedepends=(
'git'