From a63fcbd851759e2b0b699e933b444d55c2b34d93 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Thu, 1 Jun 2017 16:45:06 +0800 Subject: [PATCH] Fix dependence --- flexcpp/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexcpp/PKGBUILD b/flexcpp/PKGBUILD index 571f9d92..5cd9406b 100644 --- a/flexcpp/PKGBUILD +++ b/flexcpp/PKGBUILD @@ -7,7 +7,7 @@ arch=('i686' 'x86_64') url="https://fbb-git.github.io/flexcpp/" license=('GPL') # Versions taken from the 'required' file in sources -# depends=('libbobcat>=4.01.00') +depends=('libbobcat>=4.01.00') makedepends=('icmake>=8.00.04' 'yodl>=3.06.00') optdepends=() source=("https://github.com/yujincheng08/flexcpp/archive/${pkgver}-${pkgrel}.tar.gz")