summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarco Pompili2016-03-06 15:04:29 +0100
committerMarco Pompili2016-03-06 15:04:29 +0100
commitfe890efb828b247982deeaf7bd4de18205d7c2b8 (patch)
tree3aaeed2c787f21599d130d6c9e39f5fb815d2289 /PKGBUILD
parent6e3b056999e5ace33330d5fb4ccb71c772c9884d (diff)
downloadaur-fe890efb828b247982deeaf7bd4de18205d7c2b8.tar.gz
Fix, re-add boost-build as make-dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 541f7e09e095..cbd86934c7c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="A library that helps you create bindings between C++ and Lua"
arch=('i686' 'x86_64')
url="http://www.rasterbar.com/products/luabind.html"
license=('MIT')
-makedepends=('unzip' 'boost')
+makedepends=('unzip' 'boost' 'boost-build')
depends=('lua' 'gcc-libs')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
"luabind_boost.patch"